<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    border: 0px;
    outline: none;
    list-style: none;
}

table {
    border-collapse: collapse;
    max-width: 100%;
    margin: 0 auto;
}

table,
td {
    border: 1px solid #dad7d7;
    padding: 5px 10px!important;
}

html,
body {
    background: #fff;
    color: #333;
    font: 14px/30px 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
li,
ol,
ul,
dd,
th,
td,
p,
pre,
form,
input,
button,
textarea,
hr {
    margin: 0;
    padding: 0
}

pre {
    font-family: "微软雅黑";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

img {
    border-style: none;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mt100 {
    margin-top: 100px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.header {
    transition: all .4s ease 0s;
    width: 100%;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0
}

.header .hdinner {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    z-index: 999;
    min-height: 80px;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.header .logo {
    margin-right: 100px;
    display: block;
    margin-top: 10px;
}

.header .logo .logo-f {
    display: block;
    width: 212px;
    height: 64px;
}

.header .logo .logo-y {
    display: none
}

.header.s2 .logo .logo-y {
    display: block;
    width: 212px;
    height: 64px;
}

.header.s2 .logo .logo-f {
    display: none
}

@media (max-width:992px) {
    .header .hdinner {
        height: 80px
    }
    .header .logo {
        height: 80px
    }
}

@media (max-width:768px) {
    .header .hd-tool,
    .header .hdinner {
        min-height: auto;
        height: 60px
    }
    .header .logo {
        height: 60px;
        background-size: auto 50px
    }
}

@media (max-width:480px) {
    .header .logo {
        background-size: auto 100%;
        width: 110px
    }
    .header .hd-tool ._line {
        margin: 0 10px
    }
}

.header.s2 {
    background: #fff;
    box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.header.s2 .pc-menus .tit {
    color: #000
}

.header.s2:not(:hover) .menu_btn i {
    background: #fff
}

.header.s2 {
    color: #000
}

.hd-tool .t-item i {
    color: #fff
}

.hd-tool .t-item.yy {}

.header.s2 .hd-tool .item {
    color: #000;
    border: 1px solid #000
}

.header.s2 .hd-tool .t-item .iconfont {
    color: #000
}

.hd-tool .t-item .item:hover {}

.menu_btn_wrap {
    height: 80px;
    position: relative;
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

@media (max-width:768px) {
    .menu_btn_wrap {
        height: 60px
    }
}

.menu_btn {
    width: 50px;
    height: 60px;
    z-index: 101;
    cursor: pointer;
    left: 50%;
    top: 50%;
    position: absolute;
    transform-origin: center center;
    transform: translateY(-50%) translateX(-50%) scale(.8);
    -webkit-transform: translateY(-50%) translateX(-50%) scale(.8);
    -moz-transform: translateY(-50%) translateX(-50%) scale(.8);
    -ms-transform: translateY(-50%) translateX(-50%) scale(.8);
    -o-transform: translateY(-50%) translateX(-50%) scale(.8)
}

.menu_btn i {
    position: absolute;
    width: 26px;
    height: 2px;
    background: #666;
    left: 12px;
    display: block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.menu_btn i:nth-of-type(1) {
    top: 20px
}

.menu_btn i:nth-of-type(2) {
    top: 30px
}

.menu_btn i:nth-of-type(3) {
    top: 40px;
    width: 14px
}

.menu_btn.active i:nth-of-type(1) {
    -webkit-transform: rotate(225deg) translate(-7px, -7px);
    -moz-transform: rotate(225deg) translate(-7px, -7px);
    -ms-transform: rotate(225deg) translate(-7px, -7px);
    -o-transform: rotate(225deg) translate(-7px, -7px);
    transform: rotate(225deg) translate(-7px, -7px)
}

.menu_btn.active i:nth-of-type(3) {
    opacity: 0
}

.menu_btn.active i:nth-of-type(2) {
    -webkit-transform: rotate(-225deg) translate(0, 0);
    -moz-transform: rotate(-225deg) translate(0, 0);
    -ms-transform: rotate(-225deg) translate(0, 0);
    -o-transform: rotate(-225deg) translate(0, 0);
    transform: rotate(-225deg) translate(0, 0)
}

.menu_btn:hover i:nth-of-type(3) {
    width: 28px
}

.pc-menus {
    max-width: 1000px;
    margin: 0 30px;
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc-menus li {
    text-align: center;
    transition: all .4s ease 0s
}

.pc-menus .tit {
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    display: block;
    transition: all .4s ease 0s;
    line-height: 80px;
    height: 80px;
    position: relative;
    color: #fff
}

.pc-menus .tit&gt;.iconfont {
    font-size: 12px;
    margin-left: 5px
}

.pc-menus .tit::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #0068b6;
    transform: translateX(-50%);
    transition: all .4s ease 0s
}

.pc-menus .tit.active,
.pc-menus li:hover .tit {
    color: #fff
}

.pc-menus .tit.active::after,
.pc-menus li:hover .tit::after {
    width: 100%
}

.pc-menus .tit-home.active::after,
.pc-menus li:hover .tit-home::after {
    width: 100%
}

.pc-menus&gt;li .er-div {
    width: 100%;
    opacity: 0;
    left: 0;
    top: 100%;
    z-index: 100;
    transform: scaleY(0);
    transform-origin: top center;
    background: #f0f0f0;
    transition: all 0.5s ease;
    /* Opera */
    overflow: hidden;
    position: absolute
}

.pc-menus&gt;li .er-div .er-ul {}

.pc-menus&gt;li:hover .er-div {
    transform: none;
    opacity: 1;
}

.pc-menus&gt;li .er-div .er-ul li {
    display: inline-block;
    font-size: 1rem;
    text-align: center;
    padding: 0 20px;
}

.pc-menus&gt;li .er-div .er-ul li a {
    color: #424242;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    /* Firefox 4 */
    -webkit-transition: 400ms ease-in-out;
    /* Safari and Chrome */
    -o-transition: 400ms ease-in-out;
    font-size: 18px;
    line-height: 80px;
    height: 80px;
    /* Opera */
}

.pc-menus&gt;li .er-div .er-ul li a i {
    display: block;
    line-height: 1;
    color: #acadac;
    margin-bottom: 0.3125rem;
}

.pc-menus&gt;li .er-div .er-ul li a:hover {
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    /* Firefox 4 */
    -webkit-transition: 400ms ease-in-out;
    /* Safari and Chrome */
    -o-transition: 400ms ease-in-out;
    /* Opera */
    color: rgba(110, 184, 61, 1);
}

.daohang .nav-ul&gt;li .er-div .er-ul li a:hover i {
    color: rgba(0, 171, 132, 0.92);
}

@media (max-width:1400px) {
    .pc-menus .tit {
        font-size: 16px
    }
    .pc-menus {
        max-width: 620px;
        margin: 0;
    }
    .header .logo {
        margin-right: 0;
    }
}

.hd-dropinfo {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 555;
    background: #fff;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .4s ease 0s
}

.hd-dropinfo ._bg {
    position: fixed;
    width: 100vw;
    background: #fff;
    background: linear-gradient(90deg, #fff 50%, #f1f1f1 50%, #f1f1f1 100%);
    height: 0;
    left: 0;
    top: 80px;
    transition: all .4s ease 0s
}

@media (max-width:1600px) and (min-width:1200px) {
    .hd-dropinfo ._bg {
        background: linear-gradient(90deg, #fff 60%, #f1f1f1 60%, #f1f1f1 100%)
    }
}

.hd-dropinfo::before,
.hd-dropinfo::after {
    transition: all .4s ease 0s;
    content: '';
    display: block;
    position: absolute;
    width: 80vw;
    height: 100%;
    top: 0;
    z-index: 55
}

.hd-dropinfo::before {
    background: #fff;
    right: 50%
}

.hd-dropinfo::after {
    background-color: #f1f1f1;
    left: 50%
}

@media (max-width:1600px) and (min-width:1200px) {
    .hd-dropinfo::before {
        right: 40%
    }
    .hd-dropinfo::after {
        left: 60%
    }
}

.hd-dropinfo .inners {
    position: relative;
    z-index: 222;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    margin-left: auto;
    margin-right: auto
}

.hd-dropinfo .inners .navs {
    padding-top: .5rem;
    width: 50%;
    padding-right: 5%
}

@media (max-width:1600px) and (min-width:1200px) {
    .hd-dropinfo .inners .navs {
        width: 60%
    }
}

.hd-tool {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    height: 80px
}

.hd-tool ._line {
    border-left: 1px solid #ccc;
    margin: 0 20px
}

.hd-tool .t-item {
    font-size: 16px;
    color: #fff
}

.hd-tool .t-item .item {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
    width: 32px;
    height: 32px;
    border-radius: 18px;
    text-align: center;
    line-height: 32px
}

.hd-tool .t-item .item .iconfont {
    color: #999;
    padding: 0 2px
}

.hd-tool .t-item .item:hover {
    color: #fff
}

.hd-tool .t-item .item:hover .iconfont {
    color: #fff
}

.hd-tool .t-item .item:hover {
    border: 1px solid #0068b6;
    background: #0068b6;
}

.hd-tool .t-item .item:hover a {
    color: #fff
}

.hd-dropinfo .inners .imgbox {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    height: 0;
    background: #f1f1f1;
    transition: all .4s ease 0s
}

.hd-dropinfo .navs a {
    transition: all .4s ease 0s;
    line-height: 0px;
    text-align: left;
    position: relative;
    display: block
}

.hd-dropinfo .navs a .icon-jiantou_r {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.hd-dropinfo .navs:not(s2) a {
    max-width: 260px
}

.hd-dropinfo .navs.s2 a {
    width: 46%;
    float: left
}

.hd-dropinfo .navs.s2 a:nth-child(2n) {
    float: right
}

.pc-menus li:hover .hd-dropinfo {
    height: 365px;
    overflow: visible;
    opacity: 1
}

.pc-menus li:hover .hd-dropinfo ._bg {
    height: 365px
}

.pc-menus li:hover .inners .imgbox {
    padding: .5rem 0 .5rem 5%;
    height: 240px
}

.pc-menus li:hover a {
    color: #fff
}

.pc-menus li:hover .navs a {
    line-height: 46px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 10px;
    opacity: 1
}

.pc-menus li:hover .navs a:hover {
    border-bottom-color: #0068b6;
    color: #0068b6
}

@media (max-width:1300px) {
    .pc-menus li:hover .navs a {
        width: 100% !important;
        float: left !important
    }
    .pc-menus li:hover .navs.s3 {
        padding-top: 20px
    }
}

.sb_search {
    float: left;
    position: relative;
    width: 34px;
    height: 31px;
    margin-left: 15px;
    cursor: pointer
}

#index.go .sb-icon-search {
    background: url(../images/sea_btn.png) no-repeat;
    transition-duration: 0.3s;
}

.sb-icon-search {
    display: block;
    width: 34px;
    height: 31px;
    cursor: pointer;
    background: url(../images/sea_btn.png) no-repeat;
}

.sb_search_in {
    display: none;
    position: absolute;
    z-index: 9;
    width: 150px;
    height: 36px;
    right: -5px;
    top: 0;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2)
}

.sb-search-input {
    display: block;
    float: left;
    width: 158px;
    padding-left: 10px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    background: #fff;
    z-index: 9;
    border: none
}

.sb-search-submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    width: 20px;
    height: 21px;
    margin: 8px 5px;
    background-position: -49px 1px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    background: url(../images/sea_btn2.png) no-repeat;
}

.w1,
.container {
    width: 75%;
    margin: 0 auto;
    display: block;
}

.bowrap {
    width: 75%;
    margin: 0 auto;
    overflow: hidden
}

.container2 {
    width: 1200px;
    margin: 0 auto;
    display: block;
}

@media (max-width:1520px) {
    .wrap {
        width: 1200px;
        margin: 0 auto;
        overflow: visible;
    }
    .w1,
    .container {
        width: 1200px;
        margin: 0 auto;
        display: block;
    }
    .bowrap {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }
    .qywh_list dl dd p {
        font-size: 14px;
    }
    #flash .swiper-slide .img img {
        width: 100%;
    }
}


/* 关于我们  */

.index_about {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/about_bg.jpg) left no-repeat;
    position: relative;
    min-height: 750px;
}

.ab_con {
    width: 50%;
    display: block;
    overflow: hidden;
    padding-top: 8%;
}

.ab_con .ab_bt {
    display: block;
}

.bb01 {
    position: relative;
    overflow: hidden;
    padding-bottom: 220px;
}

.ab_con .ab_bt h3 {
    font-size: 36px;
    color: #000;
    line-height: 60px;
    letter-spacing: 2px;
}

.ab_con .ab_bt h3 i {
    font-size: 28px;
    font-style: normal;
    color: #afafaf;
    text-transform: uppercase;
    font-weight: normal;
    margin-left: 15px;
}

.ab_video {
    position: absolute;
    width: 50%;
    display: block;
    overflow: hidden;
    background: url(../images/video_img.jpg) no-repeat;
    right: 0;
    top: 0;
    min-height: 720px;
    z-index: 8
}

.ab_video .videos {
    width: 100%;
    margin: 0;
    display: block;
    overflow: hidden;
    height: 720px;
}

.ab_video .videos video {
    width: 100%;
    display: block;
}

#zhezhu {
    width: 100%;
    min-height: 1000px;
    background: #333333;
    z-index: 33;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    z-index: 999
}

.video_replay {
    width: 60%;
    height: 65px;
    background: #000;
    position: fixed;
    top: 100px;
    right: 20%;
    z-index: 9999;
    display: none;
}

.close {
    width: 29px;
    height: 29px;
    float: right;
    padding-right: 10px;
    padding-top: 10px;
}

#videoShow {
    width: 100%;
}

.ab_txt {
    margin-top: 5%;
    display: block;
    overflow: hidden;
    padding-right: 8%;
}

.ab_txt h4 {
    font-size: 26px;
    color: #0068b6;
    line-height: 60px;
}

.ab_txt p {
    font-size: 16px;
    color: #4e4e4e;
    line-height: 36px;
    margin: 20px 0;
}

.ab_txt span {
    display: block;
    overflow: hidden;
}

.ab_txt span a {
    font-size: 18px;
    color: #000;
}

.ab_tb {
    display: block;
    overflow: hidden;
    width: 100%;
    z-index: 9;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ab_tb ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.ab_tb ul li {
    padding: 1.8% 1%;
    display: block;
    overflow: hidden;
    width: 15.5%;
    float: left;
    border: 1px solid #dfdfdf;
    margin-right: 2%;
    background: #fff;
    position: relative;
}

.ab_tb ul li h3 {
    line-height: 60px;
    font-size: 18px;
    color: #0068b6;
}

.ab_tb ul li h3 span {
    font-size: 32px;
    color: #0068b6;
}

.ab_tb ul li p {
    font-size: 16px;
    color: #343434;
    line-height: 30px;
    font-weight: bold;
}

.ab_tb ul li i {
    width: 50px;
    height: 45px;
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
}

.ab_tb ul li .i01 {
    background: url(../images/a-tb.png) 0 0 no-repeat
}

.ab_tb ul li .i02 {
    background: url(../images/a-tb.png) 0 -87px no-repeat
}

.ab_tb ul li .i03 {
    background: url(../images/a-tb.png) 0 -175px no-repeat
}

.ab_tb ul li .i04 {
    background: url(../images/a-tb.png) 0 -262px no-repeat
}

.ab_tb ul li .i05 {
    background: url(../images/a-tb.png) 0 -320px no-repeat
}


/* 产品中心  */

.pro_tit {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
}

.pro_tit h3 {
    font-size: 44px;
    color: #333333;
    line-height: 50px;
}

.pro_tit hr {
    width: 50px;
    height: 4px;
    background: #457ed8;
    border: none;
    margin: 15px auto
}

.pro_tit02 {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
}

.pro_tit02 h3 {
    font-size: 44px;
    color: #fff;
    line-height: 50px;
}

.pro_tit02 hr {
    width: 50px;
    height: 4px;
    background: #457ed8;
    border: none;
    margin: 15px auto
}

.pro_tit02 p {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
}

.index_product {
    width: 100%;
    display: block;
    position: relative;
    height: 960px;
    overflow: hidden;
}

.index_product .dw {
    position: absolute;
    top: 60px;
    z-index: 99;
}

.power {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    /* position: absolute; */
}

.power .tab-hd {
    zoom: 1;
    width: 100%;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: 18px;
}

.power .tab-hd li {
    width: 18%;
    margin: 0 5px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    height: 140px;
    position: relative;
    padding: 15px 0 30px;
}

.power .tab-hd li .pow_zhezhao {
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 1
}

.power .tab-hd li .pow_zhezhao dl {
    display: block;
}

.power .tab-hd li .pow_zhezhao dl dt {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.power .tab-hd li .pow_zhezhao dl dt i {
    width: 50px;
    height: 45px;
    display: block;
    margin: 0 auto;
}

.power .tab-hd li .pow_zhezhao dl dt h3 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    line-height: 45px;
}

.power .tab-hd li .pow_zhezhao dl dt span {
    width: 110px;
    display: block;
    text-align: center;
    margin: 12px auto;
    background: #0068b6;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}

.power .tab-hd li .pow_zhezhao dl dt .a01 {
    background: url(../images/p-tb.png) 0 -5px no-repeat
}

.power .tab-hd li .pow_zhezhao dl dt .a02 {
    background: url(../images/p-tb.png) 0 -85px no-repeat
}

.power .tab-hd li .pow_zhezhao dl dt .a03 {
    background: url(../images/p-tb.png) 0 -165px no-repeat
}

.power .tab-hd li .pow_zhezhao dl dt .a04 {
    background: url(../images/p-tb.png) 0 -245px no-repeat
}

.power .tab-hd li .pow_zhezhao dl dt .a05 {
    background: url(../images/p-tb.png) 0 -320px no-repeat
}

.power .tab-hd li .pow_zhezhao dl dd {
    position: absolute;
    background: url(../images/lb_bg.png) no-repeat;
    background-size: cover;
    padding: 20px 15px 0;
    text-align: left;
    bottom: 20px;
    margin-bottom: -200%;
}

.power .tab-hd li .pow_zhezhao dl dd h3 {
    color: #fff;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 10px;
}

.power .tab-hd li .pow_zhezhao dl dd .cp_img {
    width: 100%;
    display: block;
    overflow: hidden;
}

.power .tab-hd li .pow_zhezhao dl dd .cp_img img {
    max-width: 100%;
    display: block;
}

.power .tab-hd li .pow_zhezhao dl dd span {
    width: 110px;
    display: block;
    text-align: center;
    margin: 12px auto;
    background: #0068b6;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}

.power .tab-hd li .pow_zhezhao dl:hover dd {
    margin-bottom: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.power .tab-hd li .pow_zhezhao dl:hover dt {
    opacity: 0.1
}

.power .tab-hd li.active02 .pow_zhezhao dl dd {
    margin-bottom: 0;
}

.power .tab-hd li.active02 .pow_zhezhao dl dt {
    opacity: 0.1
}

.power .tab-bd {
    width: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
}

.power .tab-bd li {
    display: none;
    width: 100%;
    overflow: hidden;
    /* position: relative; */
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    display: none;
}

.power .tab-bd li:nth-child(1) {
    display: block;
}

.power .tab-bd li.thisclass {
    display: list-item;
}

.power .tab-bd li .pow_img {
    width: 100%;
    display: block;
    /* position: relative; */
    /* min-height: 600px; */
}

.power .tab-bd li .pow_img dt {
    /* width: 100%; */
    display: block;
    overflow: hidden;
    position: absolute;
    left: 20%;
    top: 20%;
    font-size: 36px;
    color: #fff;
    line-height: 72px;
    font-weight: bold;
}

.power .tab-bd li .pow_img dt img {
    width: 100%;
    display: block;
}

.power .tab-bd li .pow_img dd {
    /* position: absolute; */
    /* top: 20%; */
    /* left: 0; */
    /* width: 100%; */
}

.power .tab-bd li .pow_img dd img {
    width: 100%
}

.power .tab-bd li .pow_img dd h3 {
    font-size: 36px;
    color: #fff;
    line-height: 72px;
    font-weight: bold;
}

.power .tab-bd li .pow_img dd p {
    font-size: 22px;
    color: #fff;
    line-height: 40px;
    margin-top: 15px;
}

.power .tab-bd li .pow_dw {
    position: absolute;
    width: 420px;
    height: 200px;
    top: 68%;
    left: 22%;
    z-index: 99;
}

.power_02 {
    width: 1200px;
    display: block;
    margin: 50px auto;
    overflow: hidden;
}

.power .tab-hd li .pow_zhezhao .a01 {
    background: url(../images/ico02.png) 0 0 no-repeat;
}

.power .tab-hd li .pow_zhezhao .a02 {
    background: url(../images/ico02.png) 0 -105px no-repeat;
}

.power .tab-hd li .pow_zhezhao .a03 {
    background: url(../images/ico02.png) 0 -210px no-repeat;
}

.power .tab-hd li .pow_zhezhao .a04 {
    background: url(../images/ico02.png) 0 -315px no-repeat;
}

.power .tab-hd li .pow_zhezhao .a05 {
    background: url(../images/ico02.png) 0 -420px no-repeat;
}

.power .tab-hd li .pow_zhezhao .a06 {
    background: url(../images/ico02.png) 0 -525px no-repeat;
}

.power .tab-hd li .pow_zhezhao .a07 {
    background: url(../images/ico02.png) 0 -630px no-repeat;
}

@media screen and (max-width:1440px) {
    .power .tab-hd li {
        width: 18% !important;
    }
}


/* 荣誉资质  */

.index_honors {
    padding: 50px 0;
    overflow: hidden;
}

.honor_list {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

.p01_lb {
    width: 92%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.p01_lb .swiper-slide {
    width: 100%;
    display: block;
    overflow: hidden;
}

.p01_lb .swiper-slide .zz_img {
    margin: 10px;
    display: block;
    overflow: hidden;
    box-shadow: 1px 1px 10px #ccc;
    background: #fff;
    padding: 10px;
}

.p01_lb .swiper-slide .zz_img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    max-height: 300px;
}

.p01_lb .swiper-button-prev {
    width: 26px;
    height: 44px;
    background: url(../images/ico_fl.png) no-repeat
}

.p01_lb .swiper-button-next {
    width: 26px;
    height: 44px;
    background: url(../images/ico_fr.png) no-repeat
}


/*五大优势  */

.index_ys {
    width: 100%;
    padding: 60px 0;
    background: url(../images/ys_bg.jpg) no-repeat 0px 0px fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    display: block;
    overflow: hidden;
}

.ys_content {
    padding: 40px 0;
}

.ys_list {
    width: 100%;
    display: block;
    position: relative;
}

.ys_list .tab-bd02 {
    width: 100%;
    display: block;
    background: #fff;
}

.ys_list .tab-bd02 li {
    width: 100%;
    display: block;
}

.ys_list .tab-bd02 li .ys_con {
    width: 100%;
    display: block;
    min-height: 617px;
}

.ys_list .tab-bd02 li .ys_con dt {
    width: 960px;
    height: 617px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
}

.ys_list .tab-bd02 li .ys_con dt img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.ys_con dd {
    width: 500px;
    float: left;
    padding: 85px 0 0 55px;
}

.ys_con dd h5 {
    height: 90px;
    border-bottom: #d6d6d6 2px solid;
    width: 500px;
    display: inline-block;
    font-size: 30px;
    color: #333;
}

.ys_con dd em {
    width: 65px;
    height: 65px;
    display: block;
    float: left;
    line-height: 0;
    margin-right: 20px;
}

.ys_con dd em i {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    display: block;
}

.ys_con dd em .b01 {
    background: url(../images/ys-tb.png) 0 0 no-repeat;
}

.ys_con dd em .b02 {
    background: url(../images/ys-tb.png) 0 -80px no-repeat;
}

.ys_con dd em .b03 {
    background: url(../images/ys-tb.png) 0 -160px no-repeat;
}

.ys_con dd em .b04 {
    background: url(../images/ys-tb.png) 0 -240px no-repeat;
}

.ys_con dd h4 {
    font-size: 24px;
    color: #333;
    line-height: 40px;
    margin-top: 20px;
}

.ys_con dd span {
    display: block;
    float: left;
    line-height: 40px;
}

.ys_con dd i {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}

.ys_con dd b {
    width: 60px;
    height: 50px;
    display: block;
    float: right;
    line-height: 0;
    margin-top: 12px;
}

.ys_con dd b img {
    width: 60px;
    height: 50px;
}

.ys_con dd p {
    font-size: 16px;
    color: #333;
    padding: 20px 0 0;
    line-height: 36px;
}

.ys_list .tab-hd02 {
    width: 70%;
    position: absolute;
    bottom: 30px;
    left: 20%;
    display: block;
    box-shadow: 1px 1px 5px #333;
    background: #fff;
    z-index: 5
}

.ys_list .tab-hd02 li {
    width: 25%;
    float: left;
    text-align: center;
    display: block;
    overflow: hidden;
    padding: 20px 0;
}

.ys_list .tab-hd02 li:last-child {
    background: none;
}

.ys_list .tab-hd02 li i {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    display: block;
}

.ys_list .tab-hd02 li .c01 {
    background: url(../images/ys-tb.png) 0 0;
    background-size: 200%;
}

.ys_list .tab-hd02 li .c02 {
    background: url(../images/ys-tb.png) 0 -45px;
    background-size: 200%;
}

.ys_list .tab-hd02 li .c03 {
    background: url(../images/ys-tb.png) 0 -90px;
    background-size: 200%;
}

.ys_list .tab-hd02 li .c04 {
    background: url(../images/ys-tb.png) 0 -135px;
    background-size: 200%;
}

.ys_list .tab-hd02 li .c05 {
    background: url(../images/ys-tb.png) 0 -180px;
    background-size: 200%;
}

.ys_list .tab-hd02 li.active02 .c01 {
    background: url(../images/ys-tb.png) -45px 0;
    background-size: 200%;
}

.ys_list .tab-hd02 li.active02 .c02 {
    background: url(../images/ys-tb.png) -45px -45px;
    background-size: 200%;
}

.ys_list .tab-hd02 li.active02 .c03 {
    background: url(../images/ys-tb.png) -45px -90px;
    background-size: 200%;
}

.ys_list .tab-hd02 li.active02 .c04 {
    background: url(../images/ys-tb.png) -45px -135px;
    background-size: 200%;
}

.ys_list .tab-hd02 li.active02 .c05 {
    background: url(../images/ys-tb.png) -45px -180px;
    background-size: 200%;
}

.ys_list .tab-hd02 li.active02.active02 {
    background: #01529c;
}

.ys_list .tab-hd02 li.active02 h3 {
    color: #fff;
}

.ys_list .tab-hd02 li h3 {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    font-weight: normal;
    margin-top: 10px;
}

.ys_list .tab-hd02 li h3 span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}

.ys_lx {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 60px;
}

.ys_lx h3 {
    float: left;
    background: url(../images/bg02.png) left no-repeat;
    font-size: 30px;
    color: #182154;
    padding: 10px 45px 10px 15px;
    line-height: 50px;
    margin-right: 20px;
}

.ys_lx h4 {
    font-size: 30px;
    color: #fff;
    line-height: 60px;
}

.ys_lx .yx_lx02 {}

.ys_lx .yx_lx02 h5 {
    padding-left: 50px;
    background: url(../images/tel.png) left no-repeat;
    font-size: 30px;
    color: #fff;
    line-height: 50px;
}

.ys_lx .yx_lx02 span {
    width: 160px;
    background: #fff;
    border-radius: 15px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.ys_lx .yx_lx02 span a {
    display: block;
    font-size: 18px;
    color: #d71b1c;
    padding: 10px 0;
}


/* 服务支持   */

.index_services {
    padding: 50px 0;
    overflow: hidden;
}

.index_service .zhsw_con {
    width: 100%;
    height: 662px;
    min-width: 1200px;
    margin-top: 37px;
    overflow: hidden;
}

.zhsw_con ul li {
    position: relative;
    width: 25%;
    height: 620px;
    float: left;
    transition: all .8s;
    overflow: hidden;
    transition: all .8s
}

.zhsw_con ul li.active {
    width: 50%;
}

.zhsw_img {
    width: 100%;
    display: block;
}

.zhsw_img img {}

.zhsw_txt {
    position: absolute;
    left: 5%;
    top: 10%;
    width: 230px;
    color: #fff;
    padding-left: 20px;
}

.zhsw_txt h2 {
    font-size: 30px;
    color: #fff;
}

.zhsw_txt p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin-top: 15px;
}

.zhsw_txt span {
    margin-top: 20px;
    display: none;
}

.zhsw_txt span a {
    background: url(../images/jt.png) bottom no-repeat;
    padding-bottom: 25px;
    font-size: 14px;
    color: #fff;
}

.zhsw_con ul li.active .zhsw_txt span {
    display: block;
}


/* 服务流程  */

.index_lc {
    width: 100%;
    background: url(../images/liucheng_bg.jpg) top center no-repeat;
    display: block;
    overflow: hidden;
    padding: 40px 0 30px;
}

.lc_cc {
    padding: 40px 0 0;
    overflow: hidden;
}

.lc_cc ul {
    width: 100%;
    display: block;
    overflow: hidden;
}

.lc_cc ul li {
    float: left;
    width: 17%;
    text-align: center;
    display: block;
    overflow: hidden;
}

.lc_cc ul .jt {
    width: 42px;
    height: 40px;
    margin: 40px 0;
    float: left;
    background: url(../images/arrow.png) no-repeat;
}

.lc_cc ul li .lc_ico {
    width: 115px;
    height: 115px;
    display: block;
    overflow: hidden;
    border: 5px solid #3681c0;
    background: #004a89;
    border-radius: 100%;
    margin: 0 auto;
}

.lc_cc ul li h3 {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    margin: 8px 0;
}

.lc_cc ul li p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.lc_cc ul li .lc_ico i {
    width: 80px;
    height: 80px;
    margin: 20px auto;
    display: block;
    overflow: hidden;
}

.lc_cc ul li .lc_ico .c01 {
    background: url(../images/lc-tb.png) 0 -10px no-repeat
}

.lc_cc ul li .lc_ico .c02 {
    background: url(../images/lc-tb.png) 0 -108px no-repeat
}

.lc_cc ul li .lc_ico .c03 {
    background: url(../images/lc-tb.png) 0 -215px no-repeat
}

.lc_cc ul li .lc_ico .c04 {
    background: url(../images/lc-tb.png) 0 -315px no-repeat
}

.lc_cc ul li .lc_ico .c05 {
    background: url(../images/lc-tb.png) 0 -415px no-repeat
}

.lc_tel {
    width: 380px;
    margin: 40px auto 0;
    display: block;
    overflow: hidden;
    border-radius: 40px;
    background: url(../images/lc_tel.png) 15px no-repeat #fff;
    height: 50px;
}

.lc_tel span {
    width: 300px;
    float: right;
    margin: 1px;
    display: block;
    background: #0068b6;
    border-radius: 40px;
    line-height: 48px;
    font-size: 32px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}


/* 新闻资讯  */

.index_news {
    padding: 60px 0;
    display: block;
    overflow: hidden;
    background: url(../images/bg_10.jpg) top center no-repeat
}

.news_list {
    padding: 50px 0 50px;
    overflow: hidden;
    position: relative;
}

.pb012 {
    display: block;
    overflow: hidden;
}

.pb012 .swiper-slide {
    display: block;
    overflow: hidden;
}

.pb012 .swiper-slide dl {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
}

.pb012 .swiper-slide dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 240px;
}

.pb012 .swiper-slide dl dt img {
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.pb012 .swiper-slide dl:hover dt img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.pb012 .swiper-slide dl dd {
    padding: 15px 0 10px;
    display: block;
    overflow: hidden;
}

.pb012 .swiper-slide dl dd h3 {
    font-size: 18px;
    color: #0a0a0a;
    line-height: 32px;
    height: 45px;
}

.pb012 .swiper-slide dl dd .n_date {
    margin-top: 20px;
    display: block;
    overflow: hidden;
    line-height: 40px;
}

.pb012 .swiper-slide dl dd .n_date p {
    font-size: 14px;
    color: #919cb4;
    float: left;
}

.pb012 .swiper-slide dl dd .n_date span {
    float: right;
}

.pb012 .swiper-slide dl:hover {
    border-bottom: 1px solid #3378b1;
}

.pb012 .swiper-slide dl:hover .n_txt h3 {
    color: #3378b1;
}

.pb012 .swiper-slide dl:hover .n_date p {
    color: #3378b1;
}

.pb012 .swiper-slide dl:hover .n_date span {
    color: #3378b1;
}

.p_more {
    width: 150px;
    text-align: center;
    display: block;
    margin: 40px auto 0;
}

.p_more a {
    font-size: 14px;
    color: #3378b1;
    padding: 5px 0;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    border-top: 1px solid #3378b1;
    border-bottom: 1px solid #3378b1;
}

.p_more a:hover {
    padding-left: 10px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    color: #333;
}


/* 合作伙伴  */

.index_parnter {}

.partner_list {
    position: relative;
    overflow: hidden;
}

.parnt_con {
    display: block;
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
}

.parnt_con .swiper-slide dl {
    display: block;
    overflow: hidden;
    padding: 1px;
}

.parnt_con .swiper-slide dl dd {
    box-shadow: 1px 1px 10px #ccc;
    margin: 20px 15px;
    display: block;
    overflow: hidden;
}

.parnt_con .swiper-slide dl dd:nth-child(2) {
    margin-bottom: 0;
}

.parnt_con .swiper-slide dl dd img {
    max-width: 100%;
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.parnt_con .swiper-button-next {
    width: 19px;
    height: 29px;
    background: url(../images/ic_fr.png) no-repeat;
}

.parnt_con .swiper-button-prev {
    width: 19px;
    height: 29px;
    background: url(../images/ic_fl.png) no-repeat;
}

.parnt_con .swiper-slide dl dd:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
}

.link {
    width: 100%;
    display: block;
    background: #f7f7f7;
    overflow: hidden;
    height: 45px;
}

.link ul {
    list-style: none;
    overflow: hidden;
}

.link ul li {
    float: left;
    line-height: 45px;
}

.link ul li a {
    float: left;
    padding: 0 10px;
    display: block;
    font-size: 16px;
    color: #666;
}


/* 底部  */

.footer {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/db_bg.jpg) center top no-repeat
}

.subsite {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16)
}

.subsite ul {
    list-style: none;
    overflow: hidden;
}

.subsite ul li {
    float: left;
    line-height: 70px;
    color: #fff
}

.subsite ul li a {
    float: left;
    padding: 0 10px;
    display: block;
    font-size: 16px;
    color: #c3c3c3;
}

.db_con {
    padding: 30px 0 40px;
    overflow: hidden;
}

.db_nav {
    width: 78%;
    display: block;
    overflow: hidden;
}

.db_nav dl {
    width: 16%;
    float: left;
    display: block;
    overflow: hidden;
}

.db_nav dl dt {
    font-size: 18px;
    display: block;
    color: #fff;
    line-height: 40px;
}

.db_nav dl dd {
    padding: 15px 0;
    display: block;
}

.db_nav dl dd a {
    font-size: 14px;
    color: #c7c7c7;
    line-height: 30px;
    display: block;
}

.db_con .db_logo {
    width: 260px;
    display: block;
}

.db_con .db_logo img {
    max-width: 100%;
    display: block;
}

.db_con .db_logo h3 {
    font-size: 30px;
    color: #fff;
    margin: 12px 0;
    background: url(../images/db_tel.png) left no-repeat;
    padding-left: 40px;
    line-height: 45px;
}

.lx_ico01 {
    list-style: none;
    display: block;
    text-align: center;
    position: relative;
}

.lx_ico01 li {
    display: inline-block;
    margin-right: 20px;
}

.lx_ico01 li:last-child {
    margin-right: 0;
}

.lx_ico01 li .wx b {
    display: none;
    width: 100px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0%;
    margin-left: -100px;
    color: #666;
    text-align: center;
    padding-bottom: 10px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    z-index: 9999;
}

.copyright {
    width: 100%;
    display: block;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    text-align: center;
    height: 60px;
}

.copyright p {
    font-size: 14px;
    color: #d2d2d2;
    line-height: 60px;
}

.copyright p a {
    color: #7a7a7a;
}


/* 关于我们  */

.sidebar {
    width: 100%;
    display: block;
    overflow: hidden;
    background: #eef2f5;
}

.sidebar ul {
    width: 70%;
    display: block;
    overflow: hidden;
    list-style: none;
}

.sidebar ul li {
    float: left;
    display: block;
    padding: 30px 0;
}

.sidebar ul li a {
    font-size: 16px;
    color: #484949;
    line-height: 16px;
    border-right: 1px solid #ccc;
    padding: 0 25px;
    display: block;
}

.sidebar ul li.on2 {
    border-bottom: 2px solid #0068b6;
}

.sidebar ul li:hover {
    border-bottom: 2px solid #0068b6;
}

.sidebar ul li:hover a,
.sidebar ul li.on2 a {
    color: #0068b6;
}

.sidebar span {
    font-size: 14px;
    color: #666;
    padding-left: 30px;
    background: url(../images/positions.png) left no-repeat;
    line-height: 70px;
}

.ab_jj,
.ryzz {
    overflow: hidden;
    padding: 40px 0
}

.a_bt {
    width: 100%;
    display: block;
    background: url(../images/line.png) center 30px no-repeat;
    text-align: center;
    overflow: hidden;
}

.a_bt h3 {
    font-size: 32px;
    color: #000000;
    line-height: 45px;
    padding-bottom: 15px;
    background: url(../images/sj.png) bottom no-repeat;
}

.com_txt {
    width: 50%;
    display: block;
    overflow: hidden;
}

.com_txt h3 {
    font-size: 30px;
    color: #0068b6;
    line-height: 45px;
}

.com_txt h4 {
    font-size: 24px;
    color: #454545;
    line-height: 40px;
    font-weight: normal;
    margin-top: 15px;
}

.com_txt i {
    font-size: 14px;
    color: #454545;
    text-transform: uppercase;
    font-style: normal;
}

.com_txt hr {
    width: 50px;
    height: 2px;
    display: block;
    overflow: hidden;
    background: #0068b6;
    border: none;
    margin: 12px 0 30px;
}

.com_txt p {
    font-size: 14px;
    color: #4e4e4e;
    line-height: 30px;
    text-indent: 2em;
}

.com_img {
    width: 46%;
    display: block;
    overflow: hidden;
    margin-top: 5%;
}

.com_img img {
    max-width: 100%;
    display: block;
    float: right
}

.com_list,
.com_js {
    width: 100%;
    display: block;
    overflow: hidden;
}

.p01_lb22 {
    display: block;
    overflow: hidden;
    padding-bottom: 35px;
    position: relative;
}

.p01_lb22 .swiper-slide {
    width: 100%;
    display: block;
    overflow: hidden;
}

.p01_lb22 .swiper-slide .com_img02 {
    width: 100%;
    display: block;
    overflow: hidden;
}

.p01_lb22 .swiper-slide .com_img02 img {
    width: 100%;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.p01_lb22 .swiper-slide .com_img02:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.p01_lb22 .swiper-pagination {
    bottom: 0 !important;
}

.com_list ul {
    display: block;
    overflow: hidden;
    list-style: none;
}

.com_list ul li {
    float: left;
    display: block;
    width: 24%;
    margin-right: 1.25%;
    overflow: hidden;
    margin-bottom: 20px;
}

.com_list ul li:nth-child(4n) {
    margin-right: 0;
}

.com_list ul li img {
    width: 100%;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.com_list ul li:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.qywh {
    width: 100%;
    overflow: hidden;
    padding: 60px 0;
    display: block;
    background: url(../images/bg02.jpg) top center no-repeat
}

.qywh_list {
    overflow: hidden;
    padding: 50px 0;
    display: block;
}

.qywh_list dl {
    float: left;
    width: 31%;
    display: block;
    overflow: hidden;
    margin-right: 3%;
    box-shadow: 1px 1px 5px #ccc
}

.qywh_list dl:nth-child(3) {
    margin-right: 0;
}

.qywh_list dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
}

.qywh_list dl dt img {
    width: 100%;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.qywh_list dl dt:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.qywh_list dl dd {
    padding: 20px 10px;
    overflow: hidden;
    background: #fff;
    min-height: 120px;
}

.qywh_list dl dd p {
    font-size: 16px;
    color: #4f4f4f;
    line-height: 36px;
}

.qywh_list dl dd p span {
    font-weight: bold;
    color: #000;
}

.ry_list ul {
    display: block;
    overflow: hidden;
    list-style: none;
}

.ry_list ul li {
    float: left;
    display: block;
    width: 23%;
    margin-right: 2.6%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}

.ry_list ul li:nth-child(4n) {
    margin-right: 0;
}

.ry_list ul li .ry_img {
    background: #efefef;
    padding: 30px;
    display: block;
    overflow: hidden;
}

.ry_list ul li .ry_img img {
    width: 100%;
    display: block;
    max-height: 280px;
    margin: 0 auto;
}

.ry_list ul li p {
    font-size: 16px;
    color: #595959;
    line-height: 40px;
}

.fzlc {
    width: 100%;
    background: #f8f8f8;
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}

.fzlc_list {
    overflow: hidden;
    padding-top: 60px;
}

#fzlc {
    width: 100%;
    display: block;
    overflow: hidden;
}

#fzlc .swiper-slide {
    width: 100%;
    display: block;
    overflow: hidden;
}

#fzlc .swiper-slide .date {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    display: block;
    background: rgba(0, 104, 182, 0.38);
    margin: 0 auto;
    padding: 20px;
}

#fzlc .swiper-slide .date .lc_dt {
    width: 110px;
    height: 110px;
    font-size: 32px;
    color: #fff;
    background: #0068b6;
    border-radius: 100%;
    margin: 0px auto;
}

#fzlc .swiper-slide .date .lc_dt h3 {
    text-align: center;
    line-height: 40px;
    font-weight: normal;
    padding: 20px 0 0;
}

#fzlc .swiper-slide hr {
    width: 1px;
    height: 24px;
    background: #999999;
    border: none;
    margin: 0 auto;
}

#fzlc .swiper-slide .dian {
    width: 12px;
    height: 12px;
    background: #999999;
    border: none;
    margin: 5px auto;
    border-radius: 100%;
}

#fzlc .swiper-slide .fz_nr {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    overflow: hidden;
    margin: 20px 10px;
    box-shadow: 1px 1px 8px #ccc;
}

#fzlc .swiper-slide .fz_nr dt {
    width: 100%;
    display: block;
    overflow: hidden;
}

#fzlc .swiper-slide .fz_nr dt img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

#fzlc .swiper-slide .fz_nr dd {
    padding: 10px 0;
    display: block;
    overflow: hidden;
    min-height: 280px;
}

#fzlc .swiper-slide .fz_nr dd h3 {
    font-size: 24px;
    color: #4b4b4b;
    line-height: 32px;
}

#fzlc .swiper-slide .fz_nr dd span {
    width: 80px;
    height: 2px;
    background: #0068b6;
    display: block;
    margin: 12px 0;
}

#fzlc .swiper-slide .fz_nr dd p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.lins {
    width: 100%;
    height: 1px;
    background: #b6b6b6;
    position: absolute;
    top: 365px;
}


/* 产品中心  */

.p_list {
    padding: 50px 0;
    overflow: hidden;
}

.p_con {
    width: 100%;
    display: block;
    overflow: hidden;
}

.cp_tit {
    border-top: 1px solid #dde2e7;
    border-bottom: 1px solid #dde2e7;
    display: block;
    overflow: hidden;
    height: 54px;
    line-height: 54px;
}

.cp_tit h3 {
    font-size: 18px;
    color: #1e1e1e;
    float: left;
    padding-left: 15px;
}

.cp_tit span {
    width: 34px;
    height: 34px;
    display: block;
    margin-top: 10px;
    float: right;
    margin-right: 20px;
}

.cp_lb {
    display: block;
    overflow: hidden;
}

.cp_lb dl {
    float: left;
    display: block;
    width: 23%;
    margin-right: 2.3%;
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.cp_lb dl:nth-child(4n) {
    margin-right: 0;
}

.cp_lb dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
}

.cp_lb dl dt img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.cp_lb dl:hover dt img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.cp_lb dl dd {
    padding: 15px 10px;
    display: block;
    overflow: hidden;
    border: 1px solid #f4f4f4;
}

.cp_lb dl dd p {
    float: left;
    font-size: 16px;
    color: #606060;
    line-height: 30px;
    width: calc(100% - 25px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cp_lb dl dd span {
    float: right
}

.cp_lb dl:hover dd p {
    color: #0068b6;
}

.pageBanner {
    position: relative;
}

.pageBanner .imgDiv {
    width: 100%;
    display: block;
    overflow: hidden;
}

.pageBanner .imgDiv img {
    width: 100%;
    display: block;
    -webkit-animation: banner_inside 20s ease 1 forwards;
    -moz-animation: banner_inside 20s ease 1 forwards;
    -o-animation: banner_inside 20s ease 1 forwards;
    animation: banner_inside 20s ease 1 forwards;
}

@-webkit-keyframes banner_inside {
    from {
        -webkit-transform: scale(1.23);
        transform: scale(1.23);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes banner_inside {
    from {
        -moz-transform: scale(1.23);
        transform: scale(1.23);
    }
    to {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes banner_inside {
    from {
        -o-transform: scale(1.23);
        transform: scale(1.23);
    }
    to {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes banner_inside {
    from {
        -webkit-transform: scale(1.23);
        -moz-transform: scale(1.23);
        -o-transform: scale(1.23);
        transform: scale(1.23);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.pageBanner .mxfDiv {
    position: absolute;
    right: 25%;
    top: 60%;
    transform: translateY(-50%);
    z-index: 5;
    width: 50%
}

.pageBanner .mxfDiv2 {
    left: 50%;
    right: auto;
    margin-right: 0;
    margin-left: -7.68rem;
}

.pageBanner .txtDiv {
    color: #fff;
    text-align: center;
}

.pageBanner .txtDiv hr {
    width: 30px;
    height: 2px;
    background: #fff;
    border: none;
    margin: 0 auto;
}

.pageBanner .mxfDiv2 .txtDiv {
    text-align: left;
}

.pageBanner .txt1 {
    font-size: 30px;
    line-height: 20px;
    padding-bottom: 25px;
    color: #fff;
    font-weight: bold
}

.pageBanner .txt2 {
    font-size: 18px;
    height: 75px;
    line-height: 36px;
    position: relative;
    color: #fff
}

.pageBanner .sxdDiv {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.pageBanner .wenDiv {
    color: #fff;
    text-align: center;
}

.pageBanner .wen1 {
    font-size: 48px;
    line-height: 48px;
    height: 0.8rem;
    position: relative;
}

.pageBanner .wen1:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
}

.pageBanner .wen2 {
    font-size: 14px;
    padding-top: 0.6rem;
}


/*新闻中心*/

.newBox {
    padding: 3.125% 0 30px 0;
    overflow: hidden;
}

.newBox ul {}

.newBox ul li {
    margin-top: -1px;
}

.newBox ul li:hover {
    background: #ededed;
}

.newBox ul li a {
    float: left;
    width: 100%;
    padding: 30px 0;
    border-bottom: #ededed solid 1px;
}

.newBox ul li a .newFloat {
    position: relative;
}

.newBox ul li a .newFloat .picture {
    float: right;
    width: 319px;
    height: 182px;
    line-height: 0;
    overflow: hidden;
}

.newBox ul li a .newFloat .picture img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transition: -webkit-transform 2s;
    -ms-interpolation-mode: bicubic;
}

.newBox ul li a:hover .newFloat .picture img {
    transform: scale(1.09, 1.09);
    -ms-transform: scale(1.09, 1.09);
    -webkit-transform: scale(1.09, 1.09);
    -o-transform: scale(1.09, 1.09);
    -moz-transform: scale(1.09, 1.09);
}

.newBox ul li a .newFloat .newTime {
    float: left;
    width: 151px;
    height: 150px;
    padding-right: 30px;
    margin-top: 20px;
    border-right: #ededed solid 1px;
}

.newBox ul li:hover a .newFloat .newTime {
    border-right: #ededed solid 1px;
}

.newBox ul li a .newFloat .newTime .timeDay {
    color: #333333;
    font-size: 36px;
    line-height: 1;
    text-align: center;
}

.newBox ul li a .newFloat .newTime .timeMonth {
    color: #333;
    font-size: 16px;
    line-height: 1;
    margin-top: 12px;
    text-align: center;
    font-family: Arial;
}

.newBox ul li a .newFloat .newTime .timeTit {
    padding-top: 25px;
    text-align: center;
}

.newBox ul li a .newFloat .newTime .timeTit span {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    line-height: 0;
}

.newBox ul li a .newFloat .newTime .timeTit span .imgs {
    width: 100%;
}

.newBox ul li a .newFloat .newTime .timeTit span .imgd {
    display: none;
    width: 100%;
}

.newBox ul li a:hover .newFloat .newTime .timeTit span .imgs {
    display: none;
}

.newBox ul li a:hover .newFloat .newTime .timeTit span .imgd {
    display: block;
}

.newBox ul li a .newFloat .phTime {
    display: none;
}

@media screen and (max-width:1229px) {
    .newBox ul li a {
        padding: 26px 0;
    }
    .newBox ul li a .newFloat .picture {
        width: 273px;
        height: 155px;
    }
    .newBox ul li a .newFloat .newTime {
        float: left;
        width: 131px;
        height: 128px;
        padding-right: 25px;
        margin-top: 18px;
    }
    .newBox ul li a .newFloat .newTime .timeDay {
        font-size: 30px;
    }
    .newBox ul li a .newFloat .newTime .timeMonth {
        margin-top: 10px;
    }
    .newBox ul li a .newFloat .newTime .timeTit {
        padding-top: 20px;
    }
    .newBox ul li a .newFloat .newTime .timeTit span {
        width: 30px;
    }
}

.newBox ul li a .article {
    padding: 0 420px 0 200px;
}

.newBox ul li a .article h3 {
    padding: 20px 0 19px 0;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
}

.newBox ul li a:hover .article h3 {
    color: #0068b6;
}

.newBox ul li a .newFloat .phTime {
    display: none;
}

.newBox ul li a .article p {
    height: 90px;
    color: #9a9a9a;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newBox ul li a .article .more {
    padding: 13px 0 0 0;
}

.newBox ul li a .article .more span {
    float: left;
    width: 21px;
    height: 21px;
}

.newBox ul li a .article .more span .imgs {}

.newBox ul li a .article .more span .imgd {
    display: none;
}

.newBox ul li:hover a .article .more span .imgs {
    display: none;
}

.newBox ul li:hover a .article .more span .imgd {
    display: block;
}

@media screen and (max-width:1229px) {
    .newBox ul li a .article {
        padding: 0 320px 0 160px;
    }
    .newBox ul li a .article h3 {
        padding: 18px 0 15px 0;
    }
    .newBox ul li a .article p {
        height: 75px;
        line-height: 25px;
    }
    .newBox ul li a .article .more {
        padding: 13px 0 0 0;
    }
    .newBox ul li a .article .more span {
        float: left;
        width: 21px;
        height: 21px;
    }
    .newBox ul li a .article .more span .imgs {}
    .newBox ul li a .article .more span .imgd {
        display: none;
    }
    .newBox ul li:hover a .article .more span .imgs {
        display: none;
    }
    .newBox ul li:hover a .article .more span .imgd {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .newBox ul li a .article {
        padding: 0 168px 0 0;
    }
    .newBox ul li a .article h3 {
        font-size: 16px;
        padding: 0 0 7px 0;
        line-height: 16px;
    }
    .newBox ul li a .newFloat .phTime {
        display: block;
    }
    .newBox ul li a .article .more {
        display: none;
    }
    .newBox ul li a .article p {
        height: 40px;
        line-height: 20px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.case_list {
    overflow: hidden;
}

.case_list ul {}

.case_list ul li {
    width: 32%;
    margin: 0px 2% 20px 0px;
    float: left;
    background: #fff;
    transition: all .3s
}

.case_list ul li:nth-child(3n) {
    margin: 0px 0px 20px 0px
}

.case_list ul li a img {
    width: 100%;
    display: block;
}

.case_list ul li:hover {
    top: 10px;
    box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.08);
}

.news-content-box {
    padding: 60px 0px;
    background: #F5F6F8;
}

.news-content-box .content {
    background: #fff
}

.news-con {
    padding: 50px
}

.news-con .tit h1 {
    text-align: center;
    color: #212121;
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 20px
}

.news-con .info {
    font-size: 14px;
    color: #888;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 20px
}

.news-con p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px
}

.news-con .pre {
    background: #f6f6f6;
    padding: 20px 20px;
    font-size: 16px;
    margin-top: 10px
}

.news-con .next {
    background: #f6f6f6;
    padding: 20px 20px;
    font-size: 16px;
    margin-top: 10px
}

.case-item-txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.news-item-img {
    overflow: hidden;
    padding: 0;
    display: block;
}

.news-item-img img {
    transition: all .3s ease;
    width: 100%;
    height: 100%;
}

.news-item-content {
    padding: 20px 34px 20px;
}

.news-item-content h3 {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 34px;
    transition: all .3s ease;
}

.news-item-content p {
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 30px;
}

.news-item-content .news-item-p1 {
    overflow: hidden;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 25px;
    transition: all .3s ease;
}

.news-item-content .news-item-p2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    height: 36px;
}

.news-item-content .news-item-p2 .honour-btn {
    transform: scale(0);
    display: none;
    transition: all .8s ease;
    width: 120px;
    height: 36px;
    border-radius: 2px;
    line-height: 36px;
    color: #888;
    border: 1px solid #888;
    position: relative;
}

.news-item-content .news-item-p2 .honour-btn {
    display: flex;
    width: 120px;
    border: 1px solid #888888;
    color: #888888;
    height: 0.36rem;
    font-size: 12px;
    border-radius: 2px;
    line-height: 36px;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.case_list ul li:hover .news-item-img img {
    transform: scale(1.1);
}


/*banner*/

#flash {
    width: 100%;
    display: block;
}

#flash .swiper-slide {
    width: 100%;
}

#flash .swiper-slide .img {
    width: 100%;
    display: block;
}

#flash .swiper-slide .img img {
    display: block;
}

#flash .swiper-pagination-bullet {
    background: #fff;
    width: 8px;
    height: 8px;
    opacity: 1;
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;
}

#flash .swiper-pagination-bullet-active {
    background: none;
    border: 1px solid #fff;
    padding: 1px;
}

#flash .swiper-button-prev {
    background: url(../images/ad_ctr_01.png) no-repeat;
    width: 46px;
    height: 73px;
    left: 0 !important;
}

#flash .swiper-button-prev:after {
    display: none;
}

#flash .swiper-button-next {
    background: url(../images/ad_ctr_02.png) no-repeat;
    width: 46px;
    height: 73px;
    right: 0 !important;
}

#flash .swiper-button-next:after {
    display: none;
}

#flash .swiper-pagination-bullets {
    bottom: 40px !important;
}

.flash {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    overflow: hidden;
    _zoom: 1;
    position: relative;
    *zoom: 1;
}

.flash1 {
    width: 1000px;
    height: 700px;
    margin: 0 auto;
    position: relative;
}

.flash2 {
    width: 1920px;
    height: 700px;
    position: absolute;
    left: -460px;
}

.flexslider {
    margin: 0 auto;
    position: relative;
    width: 1920px;
    height: 700px;
    overflow: hidden;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.flexslider .slides {
    zoom: 1;
}

.flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 3px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active {
    background-position: 0 0;
}


/*左侧分栏*/

lside {
    display: block;
    position: relative;
    float: left;
    width: 222px;
}

lside section h2 {
    background: url(../images/p_tit.png) 10px no-repeat #0060a9;
    height: 112px;
    font-size: 30px;
    line-height: 112px;
    color: #fff;
    padding-left: 65px
}

lside .lside_list {
    border: 1px solid #dfdfdf;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 15px 0 30px;
}

lside .lside_list dl {
    border-bottom: 1px solid #dfdfdf;
}

lside .lside_list dl dt {
    padding-left: 34px;
    font-size: 16px;
    color: #666;
    background: url(../images/side_ico.png) 180px no-repeat;
    display: block;
}

lside .lside_list dl dt a {
    display: block;
    padding: 15px 0 15px 20px;
    color: #4b4b4b;
}

lside .lside_list dl dt:hover {
    color: #fff;
    background: url(../images/side_ico1.png) 180px no-repeat #ffa94c;
    display: block;
}

lside .lside_list dl dt:hover a {
    color: #fff;
}

lside .lside_list dl dt.current {
    color: #fff;
    background: url(../images/side_ico1.png) 180px no-repeat #ffa94c;
    display: block;
}

lside .lside_list dl dt.current a {
    color: #fff;
}

lside .lside_list dl dd {
    padding: 6px 0 6px 0;
}

lside .lside_list dl dd a {
    display: block;
    padding-left: 40px;
    height: 36px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    background: url(../images/p_ico.png) 10px no-repeat;
    border-bottom: 1px solid #eee;
}

lside .lside_list dl dd .current a,
.lside_list dl dd a:hover {
    background: #efefef;
}


/*右侧内容*/

.article_head {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
}

.article_head .position {
    position: absolute;
    top: 0;
    right: 0px;
    color: #aaa;
    font-family: '宋体';
}

.article_head .position a {
    color: #999;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.article_head h1 {
    color: #555;
    font-weight: normal;
    font-size: 18px;
}


/*新闻列表*/

.module_list_article {
    padding: 15px 0;
    display: block;
    overflow: hidden;
}

.module_list_article dl {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    position: relative;
    clear: both;
    overflow: hidden;
}

.module_list_article dl dt {
    width: 20%;
    float: left;
    border: 1px solid #eee;
}

.module_list_article dl dt img {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    height: 120px;
}

.module_list_article dl dd {
    float: right;
    width: 78%;
}

.module_list_article dl dd h3 {
    font-weight: normal;
    line-height: 50px;
}

.module_list_article dl dd p {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0px;
    color: #666;
}

.module_list_article dl dd span {
    font-size: 12px;
    color: #999;
}

.module_list_article dl:hover dd h3 a {
    color: #1d8132;
}


/*新闻详细*/

.article_content h1.article_title {
    font-size: 28px;
    font-weight: normal;
    padding: 5px 0
}

.article_content .article_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.article_content .article_infos span {
    margin-right: 10px;
}

.article_content .article_editor {
    padding: 0 10px;
}

.article_content {
    padding: 20px 0;
}

.article_content img {
    max-width: 100%
}


/*图片列表*/

.module_list_img {
    padding: 15px 0;
    display: block;
    overflow: hidden;
}

.module_list_img li {
    width: 31%;
    float: left;
    margin: 15px 10px;
}

.module_list_img li:nth-child(3n) {
    margin-right: 0 !important;
}

.module_list_img li a {
    display: block;
    width: 100%;
    text-align: center;
}

.module_list_img li .img-size {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
}

.module_list_img li h3 {
    font-weight: normal;
    background: #eee;
    line-height: 50px;
}

.module_list_img li:hover h3 {
    background: #1d8132;
    color: #fff;
}


/*图片详情*/

.banner {
    width: 500px;
    overflow: hidden;
    border: 1px solid #979797;
    background: #fff;
}

.large_box {
    /* margin-bottom: 10px; */
    height: 300px;
    overflow: hidden;
    margin: 25px;
    width: 450px;
}

.large_box li {
    width: 450px;
    height: 300px;
    display: block;
    overflow: hidden;
}

.large_box img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.small_box {
    height: 73px;
    overflow: hidden;
    padding: 10px;
    border-top: 1px solid #ccc;
}

.small_list {
    position: relative;
    float: left;
    width: 320px;
    height: 73px;
    overflow: hidden;
}

.small_list ul {
    height: 64px;
    overflow: hidden;
}

.small_list ul li {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 64px;
}

.small_list ul li img {
    display: block;
    height: 30px;
    margin: 20px auto;
}

.small_list ul li .bun_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 73px;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.small_list ul li.on .bun_bg {
    display: block;
}

.btn {
    display: block;
    width: 20px;
    height: 73px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.left_btn {
    float: left;
    margin-right: 10px;
    background-image: url(../images/left_btn.png);
}

.right_btn {
    float: right;
    background-image: url(../images/right_btn.png);
}

.product-arr .dian {
    overflow: hidden;
    height: 50px;
}

.product-arr .p_zx {
    width: 150px;
    border: 1px solid #0061ae;
    display: block;
    margin-top: 15px;
    text-align: center;
    overflow: hidden;
}

.product-arr .p_zx a {
    font-size: 16px;
    color: #0061ae;
    padding: 10px 0;
    display: block;
}

.product-arr .p_zx a:hover {
    background: #0061ae;
    color: #fff;
}

.product-info {
    padding: 10px;
}

.p_show .met_nav {
    height: 45px;
    line-height: 45px;
    margin: 30px 0;
    border: 1px solid #ddd
}

.p_show .met_nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #ddd;
    cursor: pointer
}

.p_show .met_nav li a {
    display: block;
    padding: 0 40px
}

.p_show .met_nav li.met_now,
#showproduct .met_nav li.met_hover {
    background: #f7f8fa
}

.tab-hd2 li {
    padding: 0 40px;
}

.p_show .met_nav li.active02 {
    background: #004b97;
    color: #fff;
}

.side_lx,
.side_news {
    width: 238px;
    display: block;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    background: #fff;
    margin: 15px 0;
}

.side_lx h3,
.side_news h3 {
    text-align: center;
    width: 100%;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    background: #1d8132;
}

.side_lx p {
    padding: 15px 10px;
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.side_lx ul {
    padding: 24px 5px 0;
    display: block;
    overflow: hidden;
    background: url(../images/ab_con.png) 10px 20px no-repeat;
    border-bottom: 1px solid #dfdfdf;
}

.side_lx ul li {
    padding-left: 42px;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.side_lx ul li h4 {
    font-size: 16px;
    color: #4b4b4b;
    font-weight: normal;
    line-height: 20px;
}

.side_lx ul li span {
    font-size: 12px;
    color: #9c9c9c;
}

.side_news ul {
    list-style: none;
    padding: 15px 8px;
    display: block;
    overflow: hidden;
}

.side_news ul li {
    width: 100%;
    display: block;
    line-height: 42px;
    border-bottom: 1px solid #eeeeee;
}

.side_news ul li a {
    padding-left: 5px;
    display: block;
    font-size: 14px;
    color: #5c5c5c;
}

.side_news ul li a:hover {
    color: #f00;
    text-decoration: underline;
}

.con_section {
    position: relative;
    padding: 20px 0 50px;
}

.con_section aside {
    position: relative;
    float: left;
    width: 240px;
    padding-bottom: 20px;
}

.con_section article {
    float: left;
    margin-left: -240px;
    width: 100%;
}

.con_section article .met_article {
    margin-left: 240px;
    background: #fff;
    padding: 15px 20px;
}

.met_section_asidenone article {
    float: none;
    margin-left: 0;
}

.met_section_asidenone article .met_article {
    margin-left: 0;
}

.con_section aside section {
    display: block;
}

.con_section aside section h2 {
    background: url(../images/p_tit.png) 10px no-repeat #0f7925;
    height: 112px;
    font-size: 30px;
    line-height: 112px;
    color: #fff;
    padding-left: 65px
}

.con_section aside .met_aside_list {
    border: 1px solid #dfdfdf;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 15px 0 30px;
}

.con_section aside .met_aside dl {
    border-bottom: 1px solid #dfdfdf;
}

.con_section aside .met_aside dl dt {
    padding-left: 15px;
    font-size: 16px;
    color: #666;
    background: url(../images/side_ico.png) 200px no-repeat;
    display: block;
}

.con_section aside .met_aside dl dt a {
    display: block;
    padding: 12px 0 12px 20px;
    color: #4b4b4b;
}

.con_section aside .met_aside dl dt:hover {
    color: #fff;
    background: url(../images/side_ico1.png) 210px no-repeat #0f7925;
    display: block;
}

.con_section aside .met_aside dl dt:hover a {
    color: #fff;
}

.con_section aside .met_aside dl dt.on {
    color: #fff;
    background: url(../images/side_ico1.png) 210px no-repeat #0f7925;
    display: block;
}

.con_section aside .met_aside dl dt.on a {
    color: #fff;
}

.con_section aside .met_aside dl dd {
    padding: 6px 0 6px 0;
}

.con_section aside .met_aside dl dd a {
    display: block;
    padding-left: 40px;
    height: 36px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    background: url(../p_ico.png) 10px no-repeat;
    border-bottom: 1px solid #eee;
}

.con_section aside .met_aside dl dd .on a,
.met_aside dl dd a:hover {
    background: #efefef;
}


/*分页*/

.page-list {
    clear: both;
    margin: 20px 0px 0px 0px;
    text-align: center;
}

.page-list .page-item {
    display: inline-block;
}

.page-list .page-link {
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    padding: 7px 11px;
    margin-left: 6px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0068b6;
    border-color: #0068b6;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.about_c {
    padding: 50px 0;
    overflow: hidden;
}

.contact-1 ul {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    align-items: center;
}

.contact-1 ul li {
    width: 28%;
    overflow: hidden;
    /* float: left; */
    border-right: 1px solid #ddd;
    margin-right: 3%;
}

.contact-1 ul li:nth-child(3) {
    width: 440px;
    border-right: none;
    margin-right: 0;
}

.contact-1 ul li:nth-child(3) i {
    margin-top: 48px
}

.contact-1 ul li i {
    text-align: center;
    font-size: 40px;
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    color: #0068b6;
    float: left;
    display: block;
    margin-right: 20px;
    border-radius: 40px;
    line-height: 80px
}

.contact-1 ul li div p.en {
    font-size: 18px;
}

.contact-1 ul li div {
    float: left;
    width: calc(100% - 106px);
}

.contact-1 ul li div h2 {
    color: #8C9199;
    line-height: 30px;
    font-size: 18px;
    padding-top: 10px
}

.contact-1 ul li div p {
    color: #212121;
    line-height: 30px;
    padding-bottom: 10px;
    font-size: 16px
}

.contact-2 {
    overflow: hidden;
    height: 680px;
    margin-top: 60px;
    width: 100%
}

.contact-main {
    padding: 60px
}

.contact-2 #map {
    height: 680px;
    width: 100%
}

.contact-2 #map img {
    width: 100%
}

.contact-main .tit h1 {
    font-size: 30px;
}

.contact-main .tit {
    text-align: center
}

.contact-main .tit h1:after {
    content: '';
    width: 80px;
    height: 3px;
    background: #0068b6;
    display: block;
    margin: 20px auto
}

.lx_ewm {
    margin: 60px 0;
    display: block;
    overflow: hidden;
}

.lx_ewm ul {
    overflow: hidden;
    display: block;
    text-align: center;
    list-style: none;
}

.lx_ewm ul li {
    display: inline-block;
    padding: 0 30px;
    overflow: hidden;
    border-right: 1px solid #ddd;
    width: 165px;
    text-align: center;
}

.lx_ewm ul li img {
    max-width: 100%;
    display: block;
}

.lx_ewm ul li p {
    font-size: 16px;
    color: #4e4e4e;
    line-height: 30px;
}

.lx_ewm ul li:nth-child(2) {
    border-right: none;
}


/*左侧工具条*/

#toolbar {
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 30%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #1d86c5;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #1d86c5;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #1d86c5;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #1d86c5;
}

#toolbar li:hover a {
    width: 200px;
}

#toolbar li:hover .icon-font {
    background-color: #1d86c5;
}

#toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.icon-font {
    position: relative;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}

.cases_list {
    padding: 50px 0;
    overflow: hidden;
}

.cases_list ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.cases_list ul li {
    width: 32%;
    margin: 0px 2% 20px 0px;
    float: left;
    background: #fff;
    transition: all .3s
}

.cases_list ul li:nth-child(3n) {
    margin: 0px 0px 20px 0px
}

.cases_list ul li .c_img01 {
    width: 100%;
    display: block;
    overflow: hidden;
}

.cases_list ul li .c_img01 img {
    width: 100%
}

.cases_list ul li:hover {
    top: 10px;
    box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.08);
}

.case-item-txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.case-item-txt p {
    padding: 25px 30px 25px 0;
    flex: 1;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
}

.cases_list li h3 {
    font-size: 18px;
    line-height: 40px;
    color: #333;
    font-weight: normal
}


/* 视频中心  */

.case_list_article {
    margin: 40px 0;
    display: block;
    overflow: hidden;
}

.case_list_article dl {
    width: 23%;
    float: left;
    display: block;
    overflow: hidden;
    margin-right: 2.3%;
    margin-bottom: 40px;
    border: 1px solid #eee;
}

.case_list_article dl:nth-child(4n) {
    margin-right: 0;
}

.case_list_article dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.case_list_article dl dt .zhezhao {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.case_list_article dl dt .zhezhao .zz_img {
    position: absolute;
    top: 45%;
    left: 45%;
}

.case_list_article dl dt img {
    max-width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    max-height: 180px;
}

.case_list_article dl dd {
    background: #f5f5f5;
    display: block;
    overflow: hidden;
    padding: 10px 0;
    line-height: 40px;
}

.case_list_article dl dd h3 {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    color: #3b3b3b;
    font-weight: normal;
}

.case_list_article dl dd span {
    float: right;
    margin-right: 12px;
}

.case_list_article dl:hover dt .zhezhao {
    display: block;
}

.product-info {
    padding: 10px;
    display: block;
    overflow: hidden;
}

.product-img {
    width: 500px;
    float: left;
    border-right: 1px solid #eee;
}

.product-arr {
    float: right;
    width: 630px;
}

.product-arr h3 {
    font-size: 24px;
    padding: 20px 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.product-arr p {
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
}

.product_nav {
    height: 45px;
    line-height: 45px;
    margin: 30px 0;
    border: 1px solid #ddd
}

.product_nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #ddd;
    cursor: pointer
}

.product_nav li a {
    display: block;
    padding: 0 40px
}

.product_nav li.product_nav_now,
.product_nav li.product_nav_hover {
    background: #f7f8fa
}


/* 企业文化  */

.culture {
    padding: 30px;
    overflow: hidden;
}

.culture dl {
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
    padding: 0 20px;
}

.culture dl dt {
    float: left;
    display: block;
    overflow: hidden;
}

.culture dl dd {
    width: 55%;
    background: url(../images/bj_03.jpg) no-repeat #fff;
    background-size: 100%;
    position: absolute;
    right: 2%;
    top: 40px;
    box-shadow: 1px 1px 15px #ddd;
    min-height: 310px;
}

.culture dl:nth-child(2n) dt {
    float: right;
}

.culture dl:nth-child(2n) dd {
    left: 2%;
    right: auto;
}

.culture dl dd .cul_bt {
    display: block;
    overflow: hidden;
    margin-top: 50px;
    padding-left: 60px;
    position: relative;
    height: 70px;
    padding-top: 20px;
}

.culture dl dd .cul_bt i {
    float: left;
    font-size: 40px;
    color: #0068b6;
    font-family: Arial;
    line-height: 50px;
    font-style: normal;
    font-weight: bold;
}

.culture dl dd .cul_bt h3 {
    background: #0068b6;
    float: left;
    color: #fff;
    padding: 5px 15px;
    line-height: 40px;
    font-size: 30px;
    margin: 0 15px;
    font-weight: normal;
}

.culture dl dd span {
    width: 168px;
    height: 70px;
    position: absolute;
    display: block;
    left: 205px;
    background: url(../images/p01.png) no-repeat;
    text-align: center;
    font-size: 30px;
    color: #0068b6;
    line-height: 70px;
    top: 10px;
}

.culture dl dd p {
    padding-top: 20px;
    padding-left: 60px;
    display: block;
    overflow: hidden;
    font-size: 20px;
    color: #686868;
    line-height: 30px;
}


/* 社会责任  */

.shzr01 {
    background: url(../images/shzr_03.jpg) center no-repeat;
    min-height: 640px;
    overflow: hidden;
}

.sh_zhezhao {
    width: 80%;
    background: rgba(255, 255, 255, 0.6);
    margin: 80px auto;
    display: block;
    overflow: hidden;
    min-height: 420px;
    padding-top: 50px;
    text-align: center;
}

.sh_zhezhao h3 {
    font-size: 30px;
    color: #4eaf3d;
    line-height: 45px;
}

.sh_zhezhao p {
    font-size: 20px;
    color: #000000;
    line-height: 46px;
    margin-top: 25px;
}

.sh_zhezhao span {
    font-size: 14px;
    color: #555555;
    line-height: 35px;
    margin-top: 15px;
    display: block;
}

.shzr02 {
    padding: 50px 0;
    overflow: hidden;
}

.shzr02 dl {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    min-height: 620px;
    margin-bottom: 54px;
}

.shzr02 dl dd {
    width: 50%;
    border-top: 1px solid #dcdcdc;
    margin-top: 50px;
    overflow: hidden;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    float: left;
    min-height: 520px;
    padding: 0 2.5%;
}

.shzr02 dl dt {
    position: absolute;
    right: 1%;
    display: block;
    overflow: hidden;
    width: 45%;
}

.shzr02 dl dt img {
    display: block;
    min-height: 620px;
}

.shzr02 dl dd i {
    width: 75px;
    height: 75px;
    display: block;
    margin-top: 60px;
}

.shzr02 dl dd .cc01 {
    background: url(../images/ico001.png) 0 0 no-repeat;
}

.shzr02 dl dd .cc02 {
    background: url(../images/ico001.png) 0 -75px no-repeat;
}

.shzr02 dl dd .cc03 {
    background: url(../images/ico001.png) 0 -150px no-repeat;
}

.shzr02 dl dd .cc04 {
    background: url(../images/ico001.png) 0 -225px no-repeat;
}

.shzr02 dl dd h3 {
    font-size: 40px;
    color: #000;
    line-height: 50px;
    margin-top: 15px;
}

.shzr02 dl dd h4 {
    font-size: 24px;
    color: #2f2f2f;
    margin: 30px 0;
    font-weight: normal;
    line-height: 30px;
}

.shzr02 dl dd p {
    font-size: 16px;
    color: #5b5b5b;
    line-height: 36px;
}

.shzr02 dl:nth-child(2n) dt {
    left: 1%;
    right: 0
}

.shzr02 dl:nth-child(2n) dd {
    float: right;
    border-right: 1px solid #dcdcdc;
    width: 49%
}


/* 星级服务  */

.ser_list {
    padding: 40px 0;
    overflow: hidden;
}

.s_bt {
    display: block;
    overflow: hidden;
    text-align: center;
}

.s_bt h3 {
    font-size: 42px;
    color: #000000;
    line-height: 50px;
}

.s_bt p {
    font-size: 18px;
    color: #d2d2d2;
    line-height: 30px;
}

.ser_lx {
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 80px 0
}

.ser_lx ul {
    display: block;
    overflow: hidden;
    text-align: center;
}

.ser_lx ul li {
    display: inline-block;
    border-left: 1px solid #7e7e7e;
    padding: 0 8%;
}

.ser_lx ul li:nth-child(3) {
    border-right: 1px solid #7e7e7e;
}

.ser_lx ul li h4 {
    font-size: 22px;
    color: #282828;
    line-height: 24px;
}

.ser_lx ul li h3 {
    font-size: 18px;
    color: #0068b6;
    margin-top: 12px;
    line-height: 22px;
}

.star_con {
    padding: 30px;
    display: block;
    overflow: hidden;
    box-shadow: 1px 1px 10px #ccc;
    margin: 60px 10px;
    border-radius: 20px;
}

.star_con .star_wz {
    width: 50%;
    display: block;
    overflow: hidden;
    padding-top: 30px;
}

.star_con .star_wz h3 {
    font-size: 28px;
    color: #0068b6;
    line-height: 40px;
    font-weight: bold;
}

.star_con .star_wz p {
    font-size: 16px;
    color: #919191;
    line-height: 36px;
    margin-top: 20px;
}

.star_ser {
    display: block;
    overflow: hidden;
}

.star_ser dl {
    float: left;
    width: 30%;
    margin: 0.5% 3.5% 0.5% 0.5%;
    display: block;
    overflow: hidden;
    box-shadow: 1px 1px 10px #ccc;
    border-radius: 15px;
}

.star_ser dl:nth-child(3) {
    margin-right: 0.5%;
}

.star_ser dl dt {
    display: block;
    overflow: hidden;
}

.star_ser dl dt img {
    width: 100%;
    display: block;
}

.star_ser dl dd {
    display: block;
    padding: 20px 40px;
    min-height: 280px;
}

.star_ser dl dd .p_bb {
    background: url(../images/bt_01.png) center no-repeat;
    width: 104px;
    margin: 0 auto;
    height: 94px;
}

.star_ser dl dd .p_bb h3 {
    font-size: 28px;
    color: #fff;
    padding-top: 22px;
    line-height: 36px;
    padding-left: 18px;
    box-sizing: border-box;
}

.star_ser dl dd .p_bb hr {
    width: 37px;
    height: 4px;
    background: #0068b6;
    border: none;
    /* margin: 12px auto; */
    display: block;
    margin: 5px 0 0 27px;
}

.star_ser dl dd p {
    font-size: 14px;
    color: #919191;
    text-align: justify;
    line-height: 30px;
    margin-top: 15px;
}


/* 员工活动  */

.yg_bt {
    display: block;
    overflow: hidden;
    text-align: center;
}

.yg_bt h3 {
    font-size: 30px;
    color: #4eaf3d;
    line-height: 45px;
}

.yg_con {
    display: block;
    overflow: hidden;
    margin: 60px 0;
}

.yg_txt {
    width: 46%;
    display: block;
    overflow: hidden;
}

.yg_txt h3 {
    font-size: 30px;
    color: #000;
    line-height: 36px;
}

.yg_txt span {
    font-size: 16px;
    color: #555555;
    line-height: 30px;
    margin-top: 5px;
    display: block;
}

.yg_txt p {
    font-size: 16px;
    color: #555;
    line-height: 36px;
    margin-top: 30px;
}

.yg_img {
    width: 50%;
    display: block;
    overflow: hidden;
}

.yg_img img {
    display: block;
}

.huod {
    display: block;
    overflow: hidden;
    width: 100%;
    background: url(../images/yghd_07.jpg) top repeat-x;
    position: relative;
    padding-top: 150px;
}

.hd_list {
    padding: 30px 0;
    overflow: hidden;
}

#p05 {
    width: 100%;
    display: block;
    overflow: hidden;
}

#p05 .swiper-slide {
    width: 100%;
    display: block;
    overflow: hidden;
}

#p05 .swiper-button-prev {
    width: 63px;
    height: 64px;
    top: 12%;
    left: 44%;
    background: url(../images/ico_03.png) no-repeat;
}

#p05 .swiper-button-next {
    width: 63px;
    height: 64px;
    top: 12%;
    right: 44%;
    background: url(../images/ico_05.png) no-repeat;
}

#p05 .swiper-slide dl {
    display: block;
    overflow: hidden;
    width: 100%;
}

#p05 .swiper-slide dl dt {
    display: block;
    overflow: hidden;
}

#p05 .swiper-slide dl dd {
    text-align: center;
    display: block;
    overflow: hidden;
}

#p05 .swiper-slide dl dd p {
    font-size: 16px;
    color: #010101;
    line-height: 45px;
}


/* 人才招聘  */

.zhwlist {
    padding-top: 30px !important;
}

.zhwlist li {
    margin-bottom: 25px;
    border: 1px solid #dddddd;
    overflow: hidden;
}

.zhwlist li.cur .tit {
    background: #0068b6;
}

.zhwlist .tit {
    line-height: 50px;
    cursor: pointer;
    padding: 0 20px;
    overflow: hidden;
}

.zhwlist .tit h3 {
    float: left;
    width: calc(32% - 15px);
    font-size: 16px;
    color: #000;
}

.zhwlist .tit h4 {
    float: left;
    width: calc(30% - 15px);
    display: none;
    font-size: 16px;
}

.zhwlist li.cur .tit h4 {
    display: block;
    color: #fff;
}

.zhwlist li.cur .tit h3 {
    color: #fff;
}

.zhwlist .tit .more001 {
    float: right;
    margin-top: 10px;
    width: 32px;
    height: 32px;
}

.zhwlist .cons {
    padding: 20px 30px;
    display: none;
    background: #f2f2f2;
}

.zhwlist .con h3 {
    padding-bottom: 1em;
    padding: 0 0 15px;
    background: #f2f2f2;
}

.zhwlist .con .txt {
    color: #666;
    line-height: 1.8em;
}

.zhwlist .con {
    padding-top: 20px;
}

.zhwlist .morea a {
    margin: 0;
}

.zhwlist li.cur .tit .more001 {
    background: url(../images/more_03.png) no-repeat;
    background-size: 100%;
}

.zhwlist li.cur .tit .more001 img {
    opacity: 0;
}


/* 新闻中心  */

.news_cc {
    width: 1200px;
    margin: 60px auto;
    display: block;
    overflow: hidden;
}

.news_tit {
    width: 100%;
    display: block;
    overflow: hidden;
}

.news_tit h4 {
    font-size: 28px;
    color: #01529c;
    font-weight: normal;
    line-height: 60px;
}

#p02 {
    width: 100%;
    display: block;
    overflow: hidden;
    padding-bottom: 50px;
    position: relative;
}

#p02 .swiper-slide {
    width: 100%;
    display: block;
    overflow: hidden;
}

#p02 .swiper-slide dl {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

#p02 .swiper-slide dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 330px
}

#p02 .swiper-slide dl dt img {
    width: 100%;
    display: block;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    max-height: 380px;
}

#p02 .swiper-slide dl:hover dt img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#p02 .swiper-slide dl dd {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    padding: 24px 30px;
    color: #fff;
    z-index: 5;
}

#p02 .swiper-slide dl dd span {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

#p02 .swiper-slide dl dd h3 {
    font-size: 24px;
    color: #fff;
    line-height: 36px;
}

#p02 .swiper-pagination {
    bottom: 0;
}

#p02 .swiper-pagination-clickable .swiper-pagination-bullet {
    display: inline-block;
    transform: rotate(45deg);
    border: 1px solid #fff;
    margin: 10px;
    width: 10px;
    height: 10px;
    border-radius: 0;
    background: #01529c;
}

.xwdt {
    width: 100%;
    display: block;
    overflow: hidden;
}

.xwdt dl {
    float: left;
    display: block;
    overflow: hidden;
    width: 380px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.xwdt dl:nth-child(3n) {
    margin-right: 0;
}

.xwdt dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
}

.xwdt dl dt img {
    width: 100%;
    display: block;
    max-height: 214px;
}

.xwdt dl dd {
    padding: 15px 10px;
    display: block;
    overflow: hidden;
    text-align: center;
    color: #1A2540
}

.xwdt dl dd span {
    font-size: 14px;
    line-height: 24px;
}

.xwdt dl dd h3 {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    display: block;
    font-weight: normal;
}

.xwdt dl:hover dd {
    background: #f8f8f8;
    color: #01529c;
}

.xwdt dl:hover dt {
    box-shadow: 1px 1px 6px #ccc;
}

.about2 .tit {
    text-align: center;
}

.about2 ul {
    background: url(../images/sy51.png) repeat-y center;
}

.clearfix-time {
    display: block;
    zoom: 1;
}

ol,
ul {
    padding-left: 0;
    list-style: none;
}

.about2 .tit h6 {
    color: #666;
}

.f12 {
    font-size: 12px;
}

th {
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

.about2 .tit h5 {
    color: #333;
    margin: 15px 0 45px;
}

.f24 {
    font-size: 24px;
}

.about2 li:before {
    background: url(../images/sy50.png) no-repeat center center;
    left: -68px;
    top: 12px;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
}

.about2 li h4:hover {
    color: #F8F8F8;
    transition: all 1s;
    transform: translateY(-15px);
}

.about2 li h4 {
    position: relative;
    display: block;
    text-decoration: none;
    font-family: "Lato";
    color: #ecf0f1;
    text-transform: uppercase;
    padding: 4px 0;
    transition: 0.5s;
}

.about2 li h4::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
    background: #3498db;
    transition: transform 0.5s;
    transform: scaleX(0);
    transform-origin: right;
}

.about2 li h4:hover {
    color: #95a5a6;
}

.about2 li h4:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.wrapper {
    box-sizing: border-box;
    width: 90%;
    margin: auto;
    max-width: 1200px;
}

.f30 {
    font-size: 30px;
}

.f14 {
    font-size: 14px;
}

.about2 li:nth-child(2n):before {
    background: url(../images/sy50.png) no-repeat center center;
    right: -69px;
    top: 12px;
    left: auto;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
}

.about2 li h4 {
    color: #333;
    transition: all 1s;
}

.about2 li p {
    color: #666;
    margin-top: 10px;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 16px;
    line-height: 30px;
}

.future {
    text-align: center;
    color: #999;
    font-size: 12px;
    margin-top: 17px;
}

.clearfix-time:after {
    content: '\20';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.about2 li:nth-child(1) {
    margin-top: 0;
}


/* 表示1-3之间的间距 */

.about2 li {
    float: right;
    width: 45%;
    text-align: left;
    position: relative;
    margin-top: 100px;
}

.about2 li:nth-child(2n) {
    float: left;
    text-align: right;
    margin-top: 90px;
}


/* 增值服务 */

.zengzhi {
    padding: 80px 0;
    overflow: hidden;
}

.zengzhi .tab-hd01 {
    width: 100%;
    background: #e9e9e9;
    display: block;
    text-align: center;
    height: 70px;
}

.zengzhi .tab-hd01 li {
    display: inline-block;
    padding: 0 30px;
    line-height: 70px;
    font-size: 18px;
    color: #676767;
}

.zengzhi .tab-hd01 li.active02 {
    background: #0068b6;
    color: #fff;
}

.zengzhi .tab-bd01 {
    width: 100%;
    margin-top: 40px;
    display: block;
}

.zengzhi .tab-bd01 li {
    display: none;
    padding: 3%;
    min-width: 1200px;
}

.yb_bt {
    width: 100%;
    display: block;
    overflow: hidden;
}

.yb_bt h3 {
    background: url(../images/arr.png) 135px 5px no-repeat;
    font-size: 30px;
    color: #0068b6;
    line-height: 36px;
}

.yb_bt p {
    font-size: 16px;
    color: #393a3a;
    margin-top: 40px;
    line-height: 30px;
}

.yb_cc {
    display: block;
    overflow: hidden;
}

.sf_bt {
    font-size: 16px;
    color: #0068b6;
    line-height: 30px;
}

.yb_lb {
    display: block;
    overflow: hidden;
    border-top: 1px solid #dfdfdf;
    background: #fff;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

.yb_lb dl {
    width: 22%;
    float: left;
    border-right: 1px solid #dfdfdf;
    display: block;
    overflow: hidden;
    text-align: center;
}

.yb_lb dl dt {
    border-bottom: 1px solid #dfdfdf;
    font-size: 18px;
    color: #464646;
    line-height: 66px;
    font-weight: bold;
}

.yb_lb dl dd {
    line-height: 75px;
    font-size: 16px;
    color: #737373;
    border-bottom: 1px solid #dfdfdf;
    display: block;
}

.yb_lb dl:nth-child(3) {
    width: 27.5%;
}

.yb_lb dl:nth-child(4) {
    width: 28.2%;
    border-right: none;
}

.met_module2_list {
    padding: 10px 10px
}

.met_module2_list dl {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 100px 15px 10px;
    position: relative
}

.met_module2_list h2 {
    font-weight: normal
}

.met_module2_list dl p {
    color: #818181
}

.met_module2_list dl span.time {
    color: #818181;
    position: absolute;
    right: 10px;
    top: 15px
}

.met_module2_list dl:hover h2 {
    color: #1859b7;
}

.met_module2_list dl span.down {
    color: #818181;
    position: absolute;
    right: 5px;
    top: 15px;
    background: url(../images/down.png) right no-repeat;
    padding-right: 30px;
}

.met_module2_list dl:hover span.down {
    background: url(../images/down01.png) right no-repeat;
    color: #1859b7;
}

.met_module2_list dl h2 i {
    margin-right: 10px;
    position: relative
}

.met_module2_list dl h2 a:hover {
    text-decoration: underline;
}

.wx_seabtn {
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 60px 0
}

.wx_seabtn .wx_cx {
    width: 500px;
    border: 1px solid #ccc;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 58px;
    padding-left: 10px;
    display: inline-block;
    margin-right: -5px;
    background: url(../images/sea_btn.png) 95% no-repeat;
}

.wx_seabtn .w_btn {
    display: inline-block;
    width: 120px;
    background: #01529c;
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    text-align: center;
}

.honor_tj {
    overflow: hidden;
    background: url(../images/honor_07.jpg) bottom repeat-x;
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
}

.honor_lb {
    overflow: hidden;
    padding-top: 50px;
}

#p001 {
    width: 100%;
    display: block;
    padding-bottom: 120px;
    position: relative;
}

#p001 .swiper-button-prev {
    bottom: 3%;
    top: auto;
    left: 40%;
}

#p001 .swiper-button-next {
    bottom: 3%;
    top: auto;
    right: 40%;
}

#p001 .swiper-slide {
    width: 100%;
    opacity: 0.8;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

#p001 .swiper-slide-active {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1.);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 99;
}

#p001 .swiper-slide .zz01 {
    text-align: center;
}

#p001 .swiper-slide .zz01 img {
    width: 100%;
    display: block;
}

#p001 .swiper-slide .zz01 p {
    font-size: 24px;
    color: #000;
    line-height: 40px;
    font-weight: bold;
}

#p001 .swiper-pagination {
    bottom: 5%;
}

#p001 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
}


/* 帮助与支持  */

.ser_cn {
    width: 100%;
    display: block;
    overflow: hidden;
}

.cn_bt {
    text-align: center;
    display: block;
    overflow: hidden;
}

.cn_bt h3 {
    font-size: 22px;
    color: #0068b6;
    line-height: 36px;
}

.cn_bt hr {
    width: 35px;
    height: 2px;
    background: #c9cfd3;
    margin: 10px auto 0;
    border: none;
}

.se_lb {
    display: block;
    overflow: hidden;
    margin-top: 50px;
}

.se_lb dl {
    overflow: hidden;
    width: 28%;
    display: block;
    background: #fff;
    float: left;
    -moz-box-shadow: 1px 1px 15px rgba(2, 5, 51, 0.1);
    -webkit-box-shadow: 1px 1px 15px rgba(2, 5, 51, 0.1);
    box-shadow: 1px 1px 15px rgba(2, 5, 51, 0.1);
    border-radius: 25px;
    margin: 0.5% 2% 0.5% 0.5%;
}

.se_lb dl:nth-child(1) {
    width: 35%;
}

.se_lb dl:nth-child(3) {
    margin-right: 0.5%;
}

.se_lb dl dt {
    width: 100%;
    height: 240px;
    display: block;
    overflow: hidden;
}

.se_lb dl dt img {
    display: block;
}

.se_lb dl dd .s_txt {
    width: 34%;
    float: left;
    display: block;
    overflow: hidden;
    margin-top: 10%;
}

.se_lb dl dd .s_txt img {
    display: block;
    margin: 0 auto;
}

.se_lb dl dd .s_txt h3 {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-top: 12px;
    text-align: center;
}

.se_lb dl dd {
    display: block;
    overflow: hidden;
    min-height: 280px;
    padding: 30px 10px;
}

.se_lb dl dd p {
    font-size: 14px;
    color: #777777;
    line-height: 32px;
    text-align: justify;
    float: left;
    width: 63%;
}

.fwln {
    display: block;
    overflow: hidden;
    margin-top: 70px;
}

.fwln dl {
    width: 31.5%;
    background-size: 95%;
    float: left;
    display: block;
    text-align: center;
    min-height: 550px;
    margin-right: 2%;
    background: url(../images/help_06.png) right top no-repeat;
}

.fwln dl:nth-child(3) {
    margin-right: 0;
    background: none;
}

.fwln dl dt {
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    width: 313px;
    height: 313px;
    padding-bottom: 43px;
    background: url(../images/help_03.png) no-repeat
}

.fwln dl dt i {
    padding-top: 30%;
    display: block;
}

.fwln dl dt h3 {
    font-size: 24px;
    color: #080808;
    font-weight: normal;
    line-height: 36px;
}

.fwln dl dd {
    display: block;
    overflow: hidden;
    padding: 0 8%;
}

.fwln dl dd h3 {
    font-size: 24px;
    color: #000;
    margin: 20px 0;
}

.fwln dl dd hr {
    width: 45px;
    height: 3px;
    background: #0075c1;
    border: none;
    margin: 0 auto
}

.fwln dl dd p {
    font-size: 15px;
    color: #808080;
    line-height: 36px;
}

.ss_ser {
    display: block;
    overflow: hidden;
}

.ss_ser .ss_img {
    display: block;
    overflow: hidden;
}

.ss_ser .ss_img img {
    margin: 0 auto;
    display: block;
}

.ss_lx {
    display: block;
    overflow: hidden;
    margin-top: 40px;
    border: 1px solid #e4e4e4;
}

.ss_lx dl {
    border-right: 1px solid #e4e4e4;
    padding: 20px 0 0;
    width: 24.2%;
    float: left;
    display: block;
    overflow: hidden;
    text-align: center;
    min-height: 240px;
}

.ss_lx dl img {
    margin: 0 auto;
    display: block;
}

.ss_lx dl:nth-child(4) {
    border-right: none;
}

.ss_lx dl h3 {
    font-size: 24px;
    color: #343434;
    line-height: 45px;
}

.ss_lx dl p {
    font-size: 16px;
    color: #5b5b5b;
    line-height: 24px;
}

.ss_lx dl:nth-child(1) img {
    margin-top: 30px;
}

.ss_lx dl:nth-child(2) img {
    margin-top: 30px;
}


/*留言*/

.msg_hr {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 0 5px 0 15px;
    font-weight: bold;
    font-size: 16px;
    background: #ddd;
    height: 60px;
    line-height: 60px;
}

:-ms-input-placeholder {
    color: #999
}

.ms_title {
    display: block;
    overflow: hidden;
    text-align: center;
}

.ms_title h3 {
    font-size: 26px;
    color: #000;
    line-height: 36px;
    font-weight: normal;
}

.msg {
    border-top: 0;
    overflow: hidden;
    text-align: left;
    margin-top: 20px;
}

.msg dl:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.msg dl {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    position: relative;
    padding: 5px 0;
    width: 48.5%;
    float: left;
    margin-right: 2%;
}

.msg dl:nth-child(2n) {
    margin-right: 0;
}

.msg dl dt {
    padding: 15px 15px 10px 15px;
    width: 105px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.2
}

.msg dl dd {
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    -ms-flex: 1;
    padding: 2px 0 0 15px;
    margin: 10px 0;
}

.msg dl dd label input {
    position: relative;
    top: 1px;
    margin-right: 3px
}

.msg dl dd .fbox {
    width: 98%;
    padding: 2px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    outline: 0;
    border-radius: 2px;
}

.msg dl dd.labelinline label {
    display: inline
}

.msg dl dt.addimgdt {
    padding: 10px 5px 10px
}

.msg dl dt.addimgdt p {
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px
}

.msg dl.noborder {
    border-bottom: 0;
    width: 100%;
    margin: 0 auto;
}

.msg dl dd.ftype_description {
    color: #fff;
    padding: 8px;
    margin: 0 5px;
    background: #00AAFF
}

.ftype_input .fbox {
    float: left
}

.ftype_input .tips {
    position: absolute;
    right: 15px;
    font-size: 16px;
    color: #f00;
    line-height: 48px;
}

.ftype_input .fbox input {
    width: 98%;
    height: 46px;
    line-height: 46px;
    padding: 2px 5px;
    background-color: #fff;
    color: #333;
    outline: 0;
    border-radius: 2px
}

.placeholder-ie {
    position: relative
}

.placeholder-ie label {
    position: absolute;
    left: 8px;
    top: 7px;
    cursor: text;
    color: #999
}

.ftype_textarea .tips {
    display: block
}

.ftype_textarea textarea {
    width: 98.5%;
    line-height: 1.5;
    height: 150px;
    padding: 7px 5px;
    background-color: #fff;
    color: #333;
    outline: 0;
}

.ftype_textarea textarea::-webkit-input-placeholder {
    color: #666;
    font-family: "微软雅黑";
}

.ftype_select .tips,
.ftype_select-linkage .tips {
    display: block;
    margin-top: 5px
}

select {
    line-height: 31px;
    height: 31px;
    vertical-align: middle;
    background-color: #fff;
    outline: 0;
    border: 1px solid #ccc;
    padding: 4px;
    color: #656565
}

.ftype_radio .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_radio .fbox input[type='radio'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0;
    position: relative;
    top: -1px;
    margin-right: 6px
}

.ftype_radio .formerror {
    margin-top: 0
}

.ftype_checkbox .fbox input[type='checkbox'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0
}

.ftype_checkbox .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_checkbox .fbox input {
    position: relative;
    top: -1px;
    margin-right: 6px !important
}

.ftype_checkbox .formerror {
    margin-top: 0
}

.ftype_transverse .fbox label {
    display: inline;
    margin-right: 15px
}

.msg dl dd .submit {
    width: 99%;
    border: 1px solid #128bcc;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    color: #128bcc;
    background: #fff;
}

.msg dl dd .submit:hover {
    background-color: #128bcc;
    border: 1px solid var(--main-color);
    color: #fff;
    transition: .5s;
}

.msg dl dd .submit.active {
    background: #1ba4cf
}

.msg dl dd.ftype_code input {
    width: 80px;
    margin-right: 10px
}

.msg dl dd.ftype_code img {
    height: 30px;
    position: relative;
    bottom: 2px
}


/* 在线留言  */

.mc_i2s1_hd {
    display: block;
    overflow: hidden;
}

.mc_i2s1_hd .mc_title40 {
    font-size: 36px;
    color: #000;
    line-height: 40px;
    margin-bottom: 20px;
}

.mc_i2s1_hd p {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

.mess_lb02 {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.mess_lb02 .tab-hd001 {
    display: block;
    width: 100%;
    background: #001e5a;
    overflow: hidden;
}

.mess_lb02 .tab-hd001 li {
    width: 33.333333%;
    float: left;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 34px 0;
    text-align: center;
}

.mess_lb02 .tab-hd001 li.active02 {
    background: #0028aa;
}

.mc_ly_jb {
    max-width: 100%;
    padding-bottom: 20px;
}

.mc_ly_bt label::after {
    content: "*";
    color: #ba0909;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    left: 3px;
    top: -2px;
}

.mc_ly_inputbox label {
    font-size: 14px;
    color: #333333;
    margin-bottom: 16px;
}

.tab-bd001 {
    padding: 52px 80px 60px;
    display: block;
}

.tab-bd001 li {
    width: 100%;
    display: block;
    overflow: hidden
}

.mc_ly_inputbox input:not([type="radio"]) {
    width: 100%;
    height: 62px;
    border: 1px solid #dee6ff;
    font-size: 14px;
    line-height: 20px;
    padding: 21px 15px;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.mc_ly_inputgroup .mc_ly_inputbox {
    float: left;
    padding: 0 16px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.mc_lyinp_comp {
    width: 60%;
}

.mc_lyinp_gw {
    width: 40%;
}

.mc_lyinp_name,
.mc_lyinp_tel,
.mc_lyinp_mail {
    width: 33.333333%;
}

.mc_ly_checkgroup {
    padding: 20px 10px 0;
}

.mc_ly_checkgroup:first-child {
    border-top: 1px solid #f2f5fe;
}

.mc_ly_cont740 {
    width: 740px;
    max-width: calc(100%);
    padding: 0 16px;
}

.mc_ly_checkbox {
    display: inline-block;
    margin-right: 30px;
    cursor: pointer;
    margin-bottom: 20px;
    user-select: none;
    font-size: 16px;
}

.mc_ly_checkbox input {
    position: relative;
    width: 10px;
    height: 10px;
    border: 1px solid #001eb4;
    border-radius: 50%;
    margin-right: 3px;
    pointer-events: none;
}

.mc_ly_checkbox input[type=checkbox]:checked::before {
    content: "\e62f";
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 12px;
    font-weight: bold;
    font-family: "OPPOSans2_En_design-Heavy", "OPPOSans2_En_design-Regular", "å¾®è½¯é›…é»‘", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    color: #001eb4;
    transform: translate(-50%, -50%);
}

.mc_ly_checkbox input:not([type=checkbox]):checked::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3px;
    height: 3px;
    background: #001eb4;
    border-radius: 50%;
}

.mc_ly_checkbox span {
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

.mc_ly_areabox textarea {
    width: 100%;
    height: 202px;
    border: 1px solid #dee6ff;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
}

.mc_ly_title,
.mc_ly_checkdt {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    font-family: "OPPOSans2_En_design-Heavy", "OPPOSans2_En_design-Regular", "å¾®è½¯é›…é»‘", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    color: #0028aa;
    margin-bottom: 28px;
}

.mc_ly_submit input {
    position: relative;
    z-index: 1;
    width: 130px;
    height: 42px;
    line-height: 40px;
    background: #0028aa;
    color: #fff;
    transition: all .36s;
    border: 1px solid #0028aa;
    overflow: hidden;
}

.mc_ly_submit {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 16px;
}

.mc_ly_submit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #0028aa;
    border-radius: 21px;
    transition: all .36s;
    transform: scale(1) !important;
}

.mc_ly_submit::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 1px solid #0028aa;
    transform: scale(1);
    border-radius: 21px;
    opacity: 0;
    transition: all .36s;
}

.mc_lyi3_inputbox {
    width: 50%;
}

.part_02 {
    width: 100%;
    background: url(../images/lc_bg.jpg) no-repeat 0px 0px fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    padding: 40px 0;
}

.time-line-box {
    margin-top: 20px;
}

.time-line-box ul:after {
    content: '';
    background: url(../images/line02.png) repeat-x left bottom;
    height: 52px;
    width: 1000%;
    position: absolute;
    left: 0;
    z-index: 1;
}

.time-line-box ul li {
    float: left;
    width: 400px;
    position: relative;
    padding-top: 126px;
    padding-bottom: 0;
    padding-left: 0;
    z-index: 2;
}

.time-line-box ul li:after {
    content: '';
    height: 74px;
    border-left: #d3d3d2 2px solid;
    position: absolute;
    top: 52px;
    left: 0;
}

.time-line-box ul li dl {
    padding-left: 25px;
}

.time-line-box ul li dl dt {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}

.time-line-box ul li dl dt:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #0058aa;
    position: absolute;
    left: -32px;
    top: 0;
    border: #a1d4cc 4px solid;
}

.time-line-box ul li dl dd {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    padding-left: 15px;
    position: relative;
}

.time-line-box ul li dl dd:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}

.time-line-box ul li:first-child {
    margin-left: 78px;
}

.time-line-box ul li:last-child {
    margin-right: 40px;
}

.time-line-box ul li:nth-child(2n) {
    padding-top: 0;
}

.time-line-box ul li:nth-child(2n):after {
    top: auto;
    bottom: -51px;
    height: 76px;
    z-index: 2;
}

.time-line-box ul li:nth-child(2n) dt:after {
    left: -34px;
}

.time-line-box ul li:nth-child(2n) .layui-text {
    position: absolute;
    left: 0;
    bottom: 10px;
    border-left: #d3d3d2 2px solid;
}

.time-line-box ul .item-this:after {
    border-left: #2DA891 2px solid;
}

.time-line-box ul .item-this .layui-text {
    border-left: #2DA891 2px solid !important;
}

.time-line-box .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: url(../images/i01_fl.png) no-repeat;
}

.time-line-box .swiper-button-next {
    width: 40px;
    height: 40px;
    background: url(../images/i01_fr.png) no-repeat;
}

.ab_tit02 {
    text-align: center;
}

.ab_tit02 h3 {
    font-size: 30px;
    color: #fff;
    line-height: 36px;
}

.ab_tit02 hr {
    width: 40px;
    height: 3px;
    background: #fff;
    border: none;
    margin: 5px auto;
    display: block;
}

.ab_tit02 p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
}

@media screen and (max-width: 1800px) {
    .index_product {
        height: 900px;
    }
    .power .tab-hd li .pow_zhezhao dl dt h3 {
        font-size: 16px;
        height: 42px;
        line-height: 22px;
    }
    .power .tab-hd li .pow_zhezhao dl dd h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1680px) {
    .index_product {
        height: 840px;
    }
}

@media screen and (max-width: 1650px) {
    .index_product {
        height: 825px;
    }
}

@media screen and (max-width: 1600px) {
    .index_product {
        height: 800px;
    }
}

@media screen and (max-width: 1575px) {
    .index_product {
        height: 788px;
    }
}

@media screen and (max-width: 1550px) {
    .index_product {
        height: 775px;
    }
}

@media screen and (max-width: 1500px) {
    .index_product {
        height: 750px;
    }
}

@media screen and (max-width: 1475px) {
    .index_product {
        height: 738px;
    }
}

@media screen and (max-width: 1440px) {
    .index_product {
        height: 720px;
    }
}

@media screen and (max-width: 1366px) {
    .index_product {
        height: 683px;
    }
}

@media screen and (max-width:1240px) {
    .power .tab-hd li .pow_zhezhao dl dt h3 {
        font-size: 14px;
    }
    .index_product {
        height: 620px;
    }
    .power .tab-hd li .pow_zhezhao dl dd h3 {
        font-size: 14px;
    }
}


.FastRight {
    width: 45px;
    position: fixed;
    z-index: 99;
    right: 0px;
    top: 55%;
    transform: translate(0, -50%);
}
.FastRight ul{list-style: none;}
.FastRight li {
    position: relative;
    cursor: pointer;
    margin-bottom: 2px;
   
}

.FastRight li:first-child {
    border-top: 0px;
}

.FastRight .ico {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    background: #1891d5;
    position: relative;
    overflow: hidden;
}

.FastRight .ico em {
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    background: #4280b1;
    text-align: center;
    display: block;
    position: absolute;
    bottom: -100%;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .3s linear;
}

.FastRight .ico em a {
    color: #fff;
}

.FastRight .ico img {
    width: 30px;
}

.FastRight li.download001{border-top: 0px;
    border-bottom: 0px;
    margin-top: 2px;}
.FastRight li.totop {
    border-top: 0px;
    border-bottom: 0px;
    margin-top: 2px;
}

.FastRight li.totop .ico {
    background: #868686;
}

.FastRight li .info {
    display: none;
    width: 185px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 45px;
    text-align: center;
    padding-right: 20px;
}

.FastRight li .info .fixbox {
    width: 100%;
    border: 1px solid #c3c3c3;
    background: #fff;
    height: 55px;
    border-radius: 5px;
    position: relative;
}

.FastRight li .info .fixbox::after {
    content: "";
    display: block;
    width: 10px;
    height: 15px;  
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -7.5px;
}

.FastRight li .info .fixbox a {
    width: 100%;
    height: 100%;
    display: table;
}

.FastRight li .info .fixbox img {
    max-width: none;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-top: 5px;
    vertical-align: middle;
}

.FastRight li .info .fixbox p {
    margin-bottom: 5px;
    font-size: 14px;
    color: #313131;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 0 10px;
    text-align: left;
}

.FastRight li .info .fixbox p span {
    font-size: 13px;
    color: #c22828;
    display: block;
    line-height: 16px;
}

.FastRight li.lwx .info .fixbox {
    height: auto;
    padding: 10px 0;
}

.FastRight li.lwx .info .fixbox img {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.FastRight li.lwx .info .fixbox p {
    display: block;
    text-align: center;
    margin-top: 5px;
    font-size: 13px;
}

.FastRight li:hover .ico em {
    bottom: 0;
}

.db_link{ display: block; overflow: hidden; padding: .5rem 0 }
.db_link ul{ list-style: none; display: block; overflow: hidden; }
.db_link ul li{ float: left; display: block; font-size: 14px; color: #333; line-height: 40px }
.db_link ul li a{ font-size: 14px; color: #333; padding: 0 5px; display: block;}








</pre></body></html>